Class AssemblyProcessorArchitecture
Processor architectures of an assembly.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class AssemblyProcessorArchitecture : Enum
Fields
Name | Description |
---|---|
Amd64 | 64-bit x86 |
Arm | ARM. |
IA64 | Itanium 64-bit |
MSIL | MSIL (platform-neutral). |
None | None (or not set). |
NoPlatform | Reference assembly only (the assembly cannot be executed at run time). |
value__ | |
X86 | 32-bit x86. |