AssemblyNameFullName Property |
Gets 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 string FullName { get; }
Return Value
Type:
StringA string that is the full name of the assembly, also known as the display name.
See Also