Initializes a new instance of the WMIHelper class.
Pre-selects a section to use in single-argument version
of GetInfo(String).
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- host
- Type: System String
The host to query.
- username
- Type: System String
The username to login to host.
- password
- Type: System String
The password to login to host.
- domain
- Type: System String
The domain of the host.
- section
- Type: System String
The section to use for subsequent calls to GetInfo.
See Also