March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyNameFlags
This enumeration represents the possible flags for an
AssemblyName.
AssemblyName.Flags can either be set to
None or
PublicKey.
PublicKey
specifies that the originator is fully given by the public key,
rather than by a token.
public enum AssemblyNameFlags { None = 0x00000000, PublicKey = 0x00000001 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→AssemblyNameFlags
AssemblyName.Flags
AssemblyName.Flags