SystemDiagnosticInfo.IsArchitectureSupported(ProcessorArchitecture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|