AssemblyFlags Enum
Definition
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class AssemblyFlags
[System.Flags]
public enum AssemblyFlags
[<System.Flags>]
type AssemblyFlags =
Public Enum AssemblyFlags
- Inheritance
- Attributes
Fields
ContentTypeMask | 3584 | Content type masked bits that correspond to values of AssemblyContentType. |
DisableJitCompileOptimizer | 16384 | Just-In-Time (JIT) compiler optimization is disabled for the assembly. |
EnableJitCompileTracking | 32768 | Just-In-Time (JIT) compiler tracking is enabled for the assembly. |
PublicKey | 1 | The assembly reference holds the full (unhashed) public key. Not applicable on assembly definition. |
Retargetable | 256 | The implementation of the referenced assembly used at runtime is not expected to match the version seen at compile time. |
WindowsRuntime | 512 | The assembly contains Windows Runtime code. |