SystemDiagnosticInfo.IsArchitectureSupported(ProcessorArchitecture) Method

Definition

Determines if the system supports the specified processor architecture.

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

Parameters

type
ProcessorArchitecture

The architecture.

Returns

Boolean

bool

True if the architecture is supported, false otherwise.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to