AssemblyNameFlags Enumeration

Provides information about an Assembly reference.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

[FlagsAttribute]
[SerializableAttribute]
public enum AssemblyNameFlags

Members

  Member name Description
AppDomainPlatform
EnableJITcompileOptimizer Not currently implemented.
EnableJITcompileTracking Not currently implemented.
Library
LongevityMask
LongevityUnspecified
None A value specifying that no flags are in effect.
ProcessPlatform
PublicKey A value specifying that a public key is formed from the full public key rather than from the public key token.
Retargetable A value specifying that the assembly can be retargeted at run time to an assembly from a different publisher.
SystemPlatform

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Reflection Namespace