NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.AssemblyQualifiedName

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;

Property Value

Read-only. The full name of this type qualified by the display name of the assembly.

Remarks

The format of the returned string is:

<FullTypeName>, <AssemblyDisplayName>

See AssemblyName for a description of the format of the display name of an assembly.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace