System.Reflection.AssemblyNameFlags Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection
Summary
Provides information about an Assembly reference.
C# Syntax:
[Flags]
[Serializable]
public enum AssemblyNameFlags
Remarks
These flags are not used in the AssemblyName for a loaded assembly. They describe whether the user has provided a full or compressed public key in an AssemblyName that will be used to load an assembly.
See also:
System.Reflection Namespace

System.Reflection.AssemblyNameFlags Member List:

Public Fields
None Specifies that no flags are in effect.
PublicKey Specifies that an originator is formed from the full public key rather than the token.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.