TypeBuilder.AssemblyQualifiedName Property

Definition

Returns the full name of this type qualified by the display name of the assembly.

public:
 virtual property System::String ^ AssemblyQualifiedName { System::String ^ get(); };
public override string? AssemblyQualifiedName { get; }
public override string AssemblyQualifiedName { get; }
member this.AssemblyQualifiedName : string
Public Overrides ReadOnly Property AssemblyQualifiedName As String

Property Value

Read-only. The full name of this type qualified by the display name of the assembly.

Remarks

The format of the returned string is the concatenation of the full name of the type (FullName) and the display name of the assembly (AssemblyName.FullName), separated by a comma and a space.

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

Applies to