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;
Returns the full name of the assembly.
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.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace