Share via


AssemblyName Class

Describes an assembly's unique identity in full.

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

Syntax

public sealed class AssemblyName

Remarks

The FullName of an assembly is in the following form:

Microsoft.SPOT.Native, Version=4.0.0.0

The Name for the same assembly is in the following form:

Microsoft.SPOT.Native

The Version for the same assembly is in the following form (see also the System.Version class):

4.0.0.0

The AssemblyName object contains information about an assembly, which you can use to bind to that assembly. An assembly's identity consists of the simple name and the version number.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

AssemblyName Members
System.Reflection Namespace