Share via


ProcessorArchitecture Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ProcessorArchitecture
[SerializableAttribute]
public enum ProcessorArchitecture
[SerializableAttribute]
public enum class ProcessorArchitecture
[<SerializableAttribute>]
type ProcessorArchitecture
public enum ProcessorArchitecture

Members

Member name Description
None An unknown or unspecified combination of processor and bits-per-word.
MSIL Neutral with respect to processor and bits-per-word.
X86 A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WOW64).
IA64 A 64-bit Intel processor only.
Amd64 A 64-bit AMD processor only.

See Also

Reference

System.Reflection Namespace