Returns the full name of the assembly, also known as the display name.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringThe full name of the assembly, or the class name if the full name of the assembly cannot be determined.
See Also