WMIHelper GetInfo Method (String)CleanCode C# Libraries v1.2.03 API
Gets the server info for the specified key in the pre-selected section (i.e. section specified in constructor or via SetSection(String)).

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

public string GetInfo(
	string key
)

Return Value

Value matching specified key in pre-selected section.
Remarks

If the result is an array (as in Win32_NetworkAdapterConfiguration/IPAddress) then the results are joined into a single string, separated by commas.
See Also