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