Method | Description | |
---|---|---|
GetDeviceCategoryAsync ( ) : Task |
Get the device category this computer belongs to.
|
|
GetDeviceManufacturerAsync ( ) : Task |
Get the name of the manufacturer of this computer.
|
|
GetDeviceModelAsync ( ) : Task |
Get the name of the model of this computer.
|
|
GetProcessorArchitecture ( ) : ProcessorArchitecture |
Get the processor architecture of this computer.
|
|
GetSystemUserAgent ( ) : Task |
Build a system user agent string that contains the Windows version number and CPU architecture.
|
|
GetWindowsVersionAsync ( ) : Task |
Get the version of Windows for this computer.
|
Method | Description | |
---|---|---|
FormatForUserAgent ( ProcessorArchitecture architecture ) : string |
Format a ProcessorArchitecture as it would be expected in a user agent of a browser.
|
|
GetHalDevice ( ) : Task |
Attempt to find the HAL (Hardware Abstraction Layer) device for this computer.
|
|
GetNativeSystemInfo ( _SYSTEM_INFO &lpSystemInfo ) : void | ||
IsMicrosoftHal ( object>.IReadOnlyDictionary |
Determine if this device represents a Microsoft-provided HAL.
|
public static GetDeviceCategoryAsync ( ) : Task |
||
return | Task |
public static GetDeviceManufacturerAsync ( ) : Task |
||
return | Task |
public static GetProcessorArchitecture ( ) : ProcessorArchitecture | ||
return | ProcessorArchitecture |
public static GetWindowsVersionAsync ( ) : Task |
||
return | Task |