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.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string Name { get; set; }
Return Value
Type:
StringThe simple name of the assembly.
See Also