Returns the full name of this type qualified by the display name of the assembly.
[Visual Basic] Overridable Public ReadOnly Property AssemblyQualifiedName As _ String [C#] public string AssemblyQualifiedName {override get;} [C++] public: __property virtual String* get_AssemblyQualifiedName(); [JScript] public function get AssemblyQualifiedName() : String;
Read-only. The full name of this type qualified by the display name of the assembly.
The format of the returned string is:
<FullTypeName>, <AssemblyDisplayName>
See AssemblyName for a description of the format of the display name of an assembly.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace