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
)
Public Shared Function GetStaticOperatingSystemInfo (
computername As String,
managementScope As ManagementScope
) As IOperatingSystemStaticInfo
public:
static IOperatingSystemStaticInfo^ GetStaticOperatingSystemInfo(
String^ computername,
ManagementScope^ managementScope
)
static member GetStaticOperatingSystemInfo :
computername : string *
managementScope : ManagementScope -> IOperatingSystemStaticInfo
Parameters
- computername
- Type: SystemString
The computername. - managementScope
- Type: System.ManagementManagementScope
The management scope.
Return Value
Type:
IOperatingSystemStaticInfoSee Also