Changes

Jump to: navigation, search

An Overview of Windows PowerShell 1.0 and .NET

73 bytes added, 19:38, 9 December 2008
.NET Static Members and Properties
== .NET Static Members and Properties ==
Static methods and properties may be accessed without created creating instances of the class in question. The syntax for accessing a static method is as follows:
[Classname]::Method(parameters)
For example, the following invokes the ''Get_BackgroundColor()'' static method of the ''[System.Console]'' classto obtain the background color of the Windows PowerShell console window:
<pre>

Navigation menu