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!

AssemblyName.ToString

Get the full name of the assembly.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

Returns the full name of the assembly.

Remarks

See the description of AssemblyName for the format of the returned string.

If the full name of the assembly cannot be determined, returns the name of this class.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace