Changes

Jump to: navigation, search

Using COM with Windows PowerShell 1.0

41 bytes added, 21:27, 22 December 2008
List the Properties and Methods of a COM Object
</pre>
== List Listing the Properties and Methods of a COM Object ==
Once a new instance of a COM object has been created, it is often useful to find out the methods and properties available for that object. As with .NET objects, this can be achieved using the ''get-member'' cmdlet(also available via the ''gm'' alias). In the following example, this approach is used to identify the methods and properties of the ''InternetExplorer.Application'' object instance created in the previous section of this chapter:
<pre>

Navigation menu