Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Basic
Dim instance As CpuArchitecture
Syntax
Visual Basic
Public 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. |
Arm64 |
This enum value identifies the architecture as Arm64. |
Remarks
See the Win32 documentation for SYSTEM_INFO.wProcessorArchitecture.