CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Get-Member

PowerShell – Get-Member cmdlet – Gets the properties and methods of objects

PowerShell is developed using .Net framework. The commands using in PowerShell are internally access .Net framework classes, it’s methods and properties etc, to show the related results. The results shown for each PowerShell cmdlet is the collection of objects. Each of the object has it’s members; the members are methods, properties etc,. We can use […]

Scroll to top