Click or drag to resize
AssemblyNameFullName Property
Gets 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 string FullName { get; }

Return Value

Type: String
A string that is the full name of the assembly, also known as the display name.
See Also