Table of Contents

Class AssemblyName

Namespace
System.Reflection
Assembly
mscorlib.dll

Describes an assembly's unique identity in full.

public sealed class AssemblyName
Inheritance
AssemblyName
Inherited Members
Extension Methods

Remarks

Available only in mscorlib build with support for System.Reflection.

Properties

FullName

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

public string FullName { get; }

Property Value

string

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

Name

Gets 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.

public string Name { get; }

Property Value

string

The simple name of the assembly.

Version

Gets or sets the major, minor, build, and revision numbers of the assembly.

public Version Version { get; }

Property Value

Version

An object that represents the major, minor, build, and revision numbers of the assembly.