In This Article

IAssemblyName Interface

Provides the base requirements of an assembly name.

public interface IAssemblyName

Properties

FullName

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

string? FullName { get; }

Property Value

string

Name

The simple name of the assembly.

string? Name { get; }

Property Value

string

Version

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

Version? Version { get; }

Property Value

Version

Extension Methods