Partager via


SystemDiagnosticInfo.IsArchitectureSupported(ProcessorArchitecture) Méthode

Définition

Détermine si le système prend en charge l’architecture de processeur spécifiée.

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

Paramètres

type
ProcessorArchitecture

Architecture.

Retours

Boolean

bool

True si l’architecture est prise en charge, false sinon.

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2104 (introduit dans 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v12.0)

S’applique à