AssemblyNameFlags Enumeration
.NET Framework 3.0
Provides information about an Assembly reference.
Assembly: mscorlib (in mscorlib.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <FlagsAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration AssemblyNameFlags 'Usage Dim instance As AssemblyNameFlags
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum AssemblyNameFlags
SerializableAttribute FlagsAttribute ComVisibleAttribute(true) public enum AssemblyNameFlags
| Member name | Description | |
|---|---|---|
| EnableJITcompileOptimizer | Specifies that just-in-time (JIT) compiler optimization is enabled for the assembly. | |
| EnableJITcompileTracking | Specifies that just-in-time (JIT) compiler tracking is enabled for the assembly. | |
![]() | None | Specifies that no flags are in effect. |
![]() | PublicKey | Specifies that a public key is formed from the full public key rather than the public key token. |
![]() | Retargetable | Specifies that the assembly can be retargeted at runtime to an assembly from a different publisher. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
