Table of Contents

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

string

AssemblyCopyright

Gets the assembly copyright.

string? AssemblyCopyright { get; }

Property Value

string

AssemblyDescription

Gets the assembly description.

string? AssemblyDescription { get; }

Property Value

string

AssemblyProduct

Gets the assembly product.

string? AssemblyProduct { get; }

Property Value

string

AssemblyTitle

Gets the assembly title.

string? AssemblyTitle { get; }

Property Value

string

AssemblyVersion

Gets the assembly version.

string? AssemblyVersion { get; }

Property Value

string

AssemblyVersionDetail

Gets the assembly version detail.

string? AssemblyVersionDetail { get; }

Property Value

string