_Type.AssemblyQualifiedName Property

Definition

Provides COM objects with version-independent access to the AssemblyQualifiedName property.

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

Property Value

The assembly-qualified name of the Type, including the name of the assembly from which the Type was loaded.

Remarks

This property is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type.AssemblyQualifiedName property gets the assembly-qualified name of the Type, including the name of the assembly from which the Type was loaded.

Applies to