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 を取得します。

適用対象

こちらもご覧ください