AssemblyProcessorArchitecture Enumeration |
Processor architectures of an assembly.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public enum AssemblyProcessorArchitecture

Member name | Value | Description | |
---|---|---|---|
None | 0 | None (or not set). | |
MSIL | 1 | MSIL (platform-neutral). | |
X86 | 2 | 32-bit x86. | |
IA64 | 3 | Itanium 64-bit | |
Amd64 | 4 | 64-bit x86 | |
Arm | 5 | ARM. | |
NoPlatform | 7 | Reference assembly only (the assembly cannot be executed at run time). |
