Architecture Enumeration
Summary
Specifies the current processor architecture.
Syntax
Public Enum Architecture
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Architecture : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | ThirtyTwo | Assembly is running on a 32 bit processor architecture. |
1 | SixtyFour | Assembly is running on a 64 bit processor architecture. |
2 | Unknown | Unknown architecture. |