AssemblyAttributes Enumeration |
Attributes of an AssemblyManifestDeclaration.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[FlagsAttribute] public enum AssemblyAttributes
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
PublicKey | 1 | The assembly has a manifest. | |
Retargetable | 256 | Another assembly with a different binding identity can be used instead of the current assembly at runtime. | |
WindowsRuntime | 512 | Windows Runtime Component. | |
ContentTypeMask | 512 | ||
Msil | 16 | ||
X86 | 32 | ||
IA64 | 48 | ||
AMD64 | 64 | ||
ARM | 80 | ||
NoPlatform | 112 | ||
PlatformMask | 112 | ||
PlatformSpecified | 128 | ||
DisableJITCompileOptimizer | 16384 | Disable optimization during JIT compilation. | |
EnableJITCompileTracking | 32768 | Enable MSIL tracking during JIT compilation. |