AssemblyAttributes Enumeration |
Namespace: Mono.Cecil
[FlagsAttribute] public enum AssemblyAttributes
Member name | Value | Description | |
---|---|---|---|
PublicKey | 1 | ||
SideBySideCompatible | 0 | ||
Retargetable | 256 | ||
WindowsRuntime | 512 | ||
DisableJITCompileOptimizer | 16384 | ||
EnableJITCompileTracking | 32768 |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.