Gets the server info for the special token.
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public string GetInfo(
WMIHelper..::..CustomToken token
)
Public Function GetInfo ( _
token As WMIHelper..::..CustomToken _
) As String
public:
String^ GetInfo(
WMIHelper..::..CustomToken token
)
Return Value
Value matching specified special token.
Certain pieces of information, while available using
the raw access method
GetInfo(String),
require combining several calls into an oft-used common
expression. One example is the operating system version.
Within the
Win32_OperatingSystem section, this needs
3 calls (for keys
Version,
ServicePackMajorVersion, and
ServicePackMinorVersion)
then building an expression of the form "xxx SP x.x".
This method provides shortcuts for some of these
commonly used values.