System.Reflection.AssemblyName.ToString Method

Returns the full name of the assembly, also known as the display name.

Syntax

public override string ToString ()

Returns

The full name of the assembly, or the class name if the full name cannot be determined.

Remarks

See the description of System.Reflection.AssemblyName for the format of the returned string.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0