Name

AssemblyNameFlags

Synopsis

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 = &H000000000
                  PublicKey = &H000000001
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) AssemblyNameFlags

Returned By

AssemblyName.Flags

Passed To

AssemblyName.Flags

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.