Assembly.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the full name of the assembly, also known as the display name.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringThe full name of the assembly, or the class name if the full name of the assembly cannot be determined.
Show: