Architecture Enum
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.
Represents an enumeration of instruction set architectures.
public enum class Architecture
public enum Architecture
type Architecture =
Public Enum Architecture
- Inheritance
-
Architecture
Fields
Name | Value | Description |
---|---|---|
x86 | 0 | Represents the 32-bit instruction set architecture of x86 family of processors. |
x64 | 1 | Represents the 64-bit instruction set architecture of x64 family of processors. |