Share via


CpuArchitecture Enumeration

This class contains enumeration values that define the architecture that a test or submission package is applicable to.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Usage

Visual BasicDim instance As CpuArchitecture

Syntax

Visual BasicPublic Enumeration CpuArchitecture

C#public enum CpuArchitecture

Members

Member Name Description

Arm

This enum value identifies the architecture as ARM.

IA64

This enum value identifies the architecture as Intel ia64 (Itanium 64-bit).

X64

This enum value identifies the architecture as 64-bit.

X86

This enum value identifies the architecture as 32-bit.

 

Remarks

See the Win32 documentation for SYSTEM_INFO.wProcessorArchitecture.

 

 

Send comments about this topic to Microsoft