Class ProgramAssemblyInfo
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
Properties
AssemblyCompany
Gets Assembly company information.
public string AssemblyCompany { get; }
Property Value
AssemblyCopyright
Gets Assembly copyright information.
public string AssemblyCopyright { get; }
Property Value
AssemblyDescription
Gets Assembly description information.
public string AssemblyDescription { get; }
Property Value
AssemblyProduct
Gets Assembly product information.
public string AssemblyProduct { get; }
Property Value
AssemblyTitle
Gets title of assembly.
public string AssemblyTitle { get; }
Property Value
AssemblyVersion
Gets Assembly version information.
public string AssemblyVersion { get; }
Property Value
AssemblyVersionDetail
Gets detailed Assembly version information.
public string AssemblyVersionDetail { get; }
Property Value
Methods
ToString()
Returns format: [AssemblyCompany], [AssemblyTitle] Version: [AssemblyVersion], [AssemblyVersionDetail]
.
public override string ToString()