Click or drag to resize

OperatingSystemOperationGetStaticOperatingSystemInfo Method

Gets static values from Win32_OperatingSystem.

Namespace:  Xcalibur.WMI.OperatingSystem
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static IOperatingSystemStaticInfo GetStaticOperatingSystemInfo(
	string computername,
	ManagementScope managementScope
)

Parameters

computername
Type: SystemString
The computername.
managementScope
Type: System.ManagementManagementScope
The management scope.

Return Value

Type: IOperatingSystemStaticInfo
See Also