PostSharpAPI ReferencePost­Sharp.​ReflectionAssembly­Processor­Architecture
Open sandboxFocus

AssemblyProcessorArchitecture Class

Processor architectures of an assembly.

Inheritance
AssemblyProcessorArchitecture
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class AssemblyProcessorArchitecture : Enum

Fields

Name Description
Amd64

64-bit x86

Arm

ARM.

Arm64

ARM64.

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.