Click or drag to resize
TypeAssemblyQualifiedName Property
Gets the assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract string AssemblyQualifiedName { get; }

Return Value

Type: 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.
See Also