Click or drag to resize
AssemblyToString Method
Returns the full name of the assembly, also known as the display name.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The full name of the assembly, or the class name if the full name of the assembly cannot be determined.
See Also