SystemSupportDeviceInfo Class

Definition

Provides the app with the ability to retrieve device information from the local device.

SystemSupportDeviceInfo mirrors the functionality of EasClientDeviceInformation. For a Windows 8.x sample application showing how mail clients can retrieve device information using EasClientDeviceInformation, see the EAS policies for mail clients Windows 8.x sample.

public ref class SystemSupportDeviceInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemSupportDeviceInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemSupportDeviceInfo
Public NotInheritable Class SystemSupportDeviceInfo
Inheritance
Object Platform::Object IInspectable SystemSupportDeviceInfo
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduced in v3.0)

Properties

FriendlyName

Gets the friendly name of the local device. This value might come from a NetBIOS computer name.

OperatingSystem

Gets the name of the operating system of the local device.

SystemFirmwareVersion

Gets the system firmware version of the local device.

SystemHardwareVersion

Gets the system hardware version of the local device.

SystemManufacturer

Gets the system manufacturer of the local device. Use SystemManufacturer only if the value of SystemSku is empty.

SystemProductName

Gets the system product name of the local device. Use SystemProductName only if the value of SystemSku is empty.

SystemSku

Gets the system SKU of the local device.

Applies to

See also