SystemSupportDeviceInfo 类

定义

为应用提供从本地设备检索设备信息的功能。

SystemSupportDeviceInfo 反映了 EasClientDeviceInformation 的功能。 有关显示邮件客户端如何使用 EasClientDeviceInformation 检索设备信息的 Windows 8.x 示例应用程序,请参阅 邮件客户端的 EAS 策略 Windows 8.x 示例

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
继承
Object Platform::Object IInspectable SystemSupportDeviceInfo
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (在 v3.0 中引入)

属性

FriendlyName

获取本地设备的友好名称。 此值可能来自 NetBIOS 计算机名称。

OperatingSystem

获取本地设备的操作系统的名称。

SystemFirmwareVersion

获取本地设备的系统固件版本。

SystemHardwareVersion

获取本地设备的系统硬件版本。

SystemManufacturer

获取本地设备的系统制造商。 仅当 SystemSku 的值为空时,才使用 SystemManufacturer

SystemProductName

获取本地设备的系统产品名称。 仅当 SystemSku 的值为空时,才使用 SystemProductName

SystemSku

获取本地设备的系统 SKU。

适用于

另请参阅