Click or drag to resize
AssemblyNameName Property
Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public string Name { get; set; }

Return Value

Type: String
The simple name of the assembly.
See Also