In This Article

IAssemblyName Interface

Provides the base requirements of an assembly name.

public interface IAssemblyName

Properties

FullName

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

string FullName { get; }

Property Value

String:

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

Name

Gets the simple name of the assembly.

string Name { get; }

Property Value

String:

The simple name of the assembly.

Version

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

Version Version { get; }

Property Value

Version:

the major, minor, build, and revision numbers of the assembly.