ProgramAssemblyInfo Class
Defines Assembly information.
Namespace
Songhay.Models
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IProgramAssemblyInfo"] click Interface0 "/SonghayCore/latest/Songhay.Abstractions/IProgramAssemblyInfo" Type["ProgramAssemblyInfo"] class Type type-node

Syntax

public class ProgramAssemblyInfo : IProgramAssemblyInfo

Remarks

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

Constructors

Name Summary
ProgramAssemblyInfo(Assembly) Constructor of this class.

Properties

Name Property Type Summary
AssemblyCompany string
Gets Assembly company information.
AssemblyCopyright string
Gets Assembly copyright information.
AssemblyDescription string
Gets Assembly description information.
AssemblyProduct string
Gets Assembly product information.
AssemblyTitle string
Gets title of assembly.
AssemblyVersion string
Gets Assembly version information.
AssemblyVersionDetail string
Gets detailed Assembly version information.

Methods

Name Return Value Summary
ToString() string
Returns format: [AssemblyCompany], [AssemblyTitle] Version: [AssemblyVersion], [AssemblyVersionDetail].

Extension Methods

Name Value Summary
IsAssignableToISerializable<ProgramAssemblyInfo>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ProgramAssemblyInfo>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<ProgramAssemblyInfo>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.