Interface IProgramAssemblyInfo
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Contract for ProgramAssemblyInfo
public interface IProgramAssemblyInfo
- Extension Methods
Properties
AssemblyCompany
Gets the assembly company.
string? AssemblyCompany { get; }
Property Value
AssemblyCopyright
Gets the assembly copyright.
string? AssemblyCopyright { get; }
Property Value
AssemblyDescription
Gets the assembly description.
string? AssemblyDescription { get; }
Property Value
AssemblyProduct
Gets the assembly product.
string? AssemblyProduct { get; }
Property Value
AssemblyTitle
Gets the assembly title.
string? AssemblyTitle { get; }
Property Value
AssemblyVersion
Gets the assembly version.
string? AssemblyVersion { get; }
Property Value
AssemblyVersionDetail
Gets the assembly version detail.
string? AssemblyVersionDetail { get; }