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 |
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.
|
Assembly |
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 |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|