WMIHelper Constructor (String, String, String, String, String)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the WMIHelper class. Pre-selects a section to use in single-argument version of GetInfo(String).

Namespace: CleanCode.Net
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public WMIHelper(
	string host,
	string username,
	string password,
	string domain,
	string section
)
See Also