次の方法で共有


SystemDiagnosticInfo.PreferredArchitecture プロパティ

定義

システムの優先プロセッサ アーキテクチャを取得します。

public:
 static property ProcessorArchitecture PreferredArchitecture { ProcessorArchitecture get(); };
static ProcessorArchitecture PreferredArchitecture();
public static ProcessorArchitecture PreferredArchitecture { get; }
var processorArchitecture = SystemDiagnosticInfo.preferredArchitecture;
Public Shared ReadOnly Property PreferredArchitecture As ProcessorArchitecture

プロパティ値

システムの推奨プロセッサ アーキテクチャ。

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v12.0 で導入)

適用対象