Table of Contents

Enum ProcessorArchitecture

Namespace
System.Reflection
Assembly
mscorlib.dll

Identifies the processor and bits-per-word of the platform targeted by an executable.

public enum ProcessorArchitecture

Fields

Amd64 = 4

A 64-bit AMD processor only.

IA64 = 3

A 64-bit Intel processor only.

MSIL = 1

Neutral with respect to processor and bits-per-word.

None = 0

An unknown or unspecified combination of processor and bits-per-word.

X86 = 2

A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WOW64).