共用方式為


SystemSupportDeviceInfo 類別

定義

提供應用程式從本機裝置擷取裝置資訊的能力。

SystemSupportDeviceInfo 會鏡像 EasClientDeviceInformation的功能。 如需顯示郵件用戶端如何使用 EasClientDeviceInformation擷取裝置資訊的 Windows 8.x 範例應用程式範例,請參閱 郵件用戶端 Windows 8.x 的 EAS 原則範例

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。

適用於

另請參閱