Table of Contents

Property AssemblyQualifiedName

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

AssemblyQualifiedName

Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type object was loaded.

public override string AssemblyQualifiedName { get; }

Property Value

string

The assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded, or null if the current instance represents a generic type parameter.