Architecture Enum

Definition

Represents an enumeration of instruction set architectures.

public enum class Architecture
public enum Architecture
type Architecture = 
Public Enum Architecture
Inheritance
Architecture

Fields

x64 1

Represents the 64-bit instruction set architecture of x64 family of processors.

x86 0

Represents the 32-bit instruction set architecture of x86 family of processors.

Applies to