The WMIHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Connect |
Connects to the management scope created in the constructor.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetInfo(String) |
Gets the server info for the specified key in the pre-selected
section (i.e. section specified in constructor or
via SetSection(String)).
| |
GetInfo(WMIHelper CustomToken) |
Gets the server info for the special token.
| |
GetInfo(String, String) |
Gets the server info for the specified key in the given section.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SetSection |
A convenience method allowing you to change the section specified
in the constructor (or previous SetSection call).
| |
ToString | (Inherited from Object.) |
See Also