AssemblyName.Name Property
Gets or sets the simple name of the assembly.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
public string Name { get; }
Property Value
The simple name of the assembly.
Remarks
The Name of an assembly is in the following form:
Microsoft.SPOT.Native
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.
See Also
Reference
AssemblyName Class
AssemblyName Members
System.Reflection Namespace