Table of Contents

Class ProgramAssemblyInfo

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines Assembly information.

public class ProgramAssemblyInfo : IProgramAssemblyInfo
Inheritance
ProgramAssemblyInfo
Implements
Inherited Members
Extension Methods

Remarks

This definition was developed for About… dialogs in Windows Forms.

Constructors

ProgramAssemblyInfo(Assembly?)

Constructor of this class.

public ProgramAssemblyInfo(Assembly? targetAssembly)

Parameters

targetAssembly Assembly

The target Assembly

Properties

AssemblyCompany

Gets Assembly company information.

public string AssemblyCompany { get; }

Property Value

string

AssemblyCopyright

Gets Assembly copyright information.

public string AssemblyCopyright { get; }

Property Value

string

AssemblyDescription

Gets Assembly description information.

public string AssemblyDescription { get; }

Property Value

string

AssemblyProduct

Gets Assembly product information.

public string AssemblyProduct { get; }

Property Value

string

AssemblyTitle

Gets title of assembly.

public string AssemblyTitle { get; }

Property Value

string

AssemblyVersion

Gets Assembly version information.

public string AssemblyVersion { get; }

Property Value

string

AssemblyVersionDetail

Gets detailed Assembly version information.

public string AssemblyVersionDetail { get; }

Property Value

string

Methods

ToString()

Returns format: [AssemblyCompany], [AssemblyTitle] Version: [AssemblyVersion], [AssemblyVersionDetail].

public override string ToString()

Returns

string