AssemblyIdentity.FullNameFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which attributes are to be returned by the GetFullName function.
This enumeration supports a bitwise combination of its member values.
public: enum class AssemblyIdentity::FullNameFlags
[System.Flags]
public enum AssemblyIdentity.FullNameFlags
[<System.Flags>]
type AssemblyIdentity.FullNameFlags =
Public Enum AssemblyIdentity.FullNameFlags
- Inheritance
-
AssemblyIdentity.FullNameFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Include the Name, Version, Culture, and PublicKeyToken attributes. |
ProcessorArchitecture | 1 | Include the Name, Version, Culture, PublicKeyToken, and ProcessorArchitecture attributes. |
Type | 2 | Include the Name, Version, Culture, PublicKeyToken, and Type attributes. |
All | 3 | Include all attributes. |