TypeAssemblyQualifiedName Property |
Gets the assembly-qualified name of the
Type, which includes the name of the assembly from which the
Type was loaded.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract string AssemblyQualifiedName { get; }
Return Value
Type:
StringThe 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