The WMIHelper type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| WMIHelper |
Initializes a new instance of the WMIHelper class
for the local host.
| |
| WMIHelper(String) |
Initializes a new instance of the WMIHelper class
for the local host.
Pre-selects a section to use in single-argument version
of GetInfo(String).
| |
| WMIHelper(String, String, String, String) |
Initializes a new instance of the WMIHelper class.
| |
| WMIHelper(String, String, String, String, String) |
Initializes a new instance of the WMIHelper class.
Pre-selects a section to use in single-argument version
of GetInfo(String).
|
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connects to the management scope created in the constructor.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| 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.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetSection |
A convenience method allowing you to change the section specified
in the constructor (or previous SetSection call).
| |
| (Inherited from |
See Also