System.Reflection.Emit.EnumBuilder.AssemblyQualifiedName Property

Returns the full path of this enum qualified by the display name of the parent assembly.

Syntax

public override string AssemblyQualifiedName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The format of the returned string is:

<FullTypeName>, <AssemblyDisplayName>

See System.Reflection.AssemblyName for a description of the format of the display name of an assembly.

Version Information

In the .NET Framework version 1.1 and earlier, the return value of this property did not include the culture or public key.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0