Share via


AssemblyName.FullName Property

Gets the full name of the assembly, also known as the display name.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

public string FullName { get; }

Property Value

A string that is the full name of the assembly, also known as the display name.

Remarks

The FullName of an assembly is in the following form:

Microsoft.SPOT.Native, Version=4.0.0.0

When an assembly is loaded, this value can also be obtained using the Assembly.FullName property.

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