次の方法で共有


SystemDiagnosticInfo.IsArchitectureSupported(ProcessorArchitecture) メソッド

定義

指定したプロセッサ アーキテクチャがシステムでサポートされているかどうかを判断します。

public:
 static bool IsArchitectureSupported(ProcessorArchitecture type);
 static bool IsArchitectureSupported(ProcessorArchitecture const& type);
public static bool IsArchitectureSupported(ProcessorArchitecture type);
function isArchitectureSupported(type)
Public Shared Function IsArchitectureSupported (type As ProcessorArchitecture) As Boolean

パラメーター

type
ProcessorArchitecture

アーキテクチャ。

戻り値

Boolean

bool

アーキテクチャがサポートされている場合は True、それ以外の場合は false。

Windows の要件

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

適用対象