TypeBuilder::AssemblyQualifiedName Property
Returns the full name of this type qualified by the display name of the assembly.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^Read-only. The full name of this type qualified by the display name of the assembly.
Implements
_Type::AssemblyQualifiedNameThe 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.
In the .NET Framework versions 1.0 and 1.1, the value of this property does not include the culture or public key.
Available since 1.1
Silverlight
Available since 2.0