SystemSupportDeviceInfo クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカル デバイスからデバイス情報を取得する機能をアプリに提供します。
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
- 継承
- 属性
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 を取得します。 |