Open sandboxFocus

Enum AssemblyProcessorArchitecture

Processor architectures of an assembly.

Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public enum AssemblyProcessorArchitecture

Fields

Name Description
Amd64

64-bit x86

Arm

ARM.

Arm64

ARM64.

IA64

Itanium 64-bit

MSIL

MSIL (platform-neutral).

NoPlatform

Reference assembly only (the assembly cannot be executed at run time).

None

None (or not set).

X86

32-bit x86.