Changes

Jump to: navigation, search

An Overview of Windows PowerShell 1.0 and .NET

38 bytes added, 17:25, 15 May 2009
no edit summary
== Listing the Methods and Properties of a .NET Class ==
The .NET Framework is a vast collection of classes, methods and properties. As such there are many resources both in print and on-line providing detailed .NET reference information. If all that is required, however, is a listing of the methods and properties available in a .NET class, this can be obtained from within the Windows PowerShell environment using the ''get-members'' cmdlet.
To obtain a list of all instance methods and properties of a particular class, simply pipe it through to the ''get-members'' cmdlet as illustrated below:
UtcNow Property System.DateTime UtcNow {get;}
</pre>
 
 
<google>BUY_WPS_BOTTOM</google>

Navigation menu