Click or drag to resize

AssemblyIdentityAssemblyNameElements Enumeration

[This is preliminary documentation and is subject to change.]

Specifies the elements of a fully-qualified assembly name that are to be respected when creating an AssemblyIdentity.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
[FlagsAttribute]
public enum AssemblyNameElements
View Source
Members
  Member nameValueDescription
None0 No fields are included. Do not use.
Name1 Assembly name is included.
Version2 Assembly version is included.
Culture4 Assembly culture is included.
PublicKeyToken8 Public key token is included.
All15 The default setting includes assembly name, version, culture and the public key token.
NoVersion13 The assembly name, culture and public key token are included, but not the version.
See Also