AssemblyName.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.
See the description of AssemblyName for the format of the returned string.
Version Notes
Windows Phone
Instead of an empty string, this member returns System.Reflection.AssemblyName if the AssemblyName object was instantiated with the default constructor.
Show: