Version information
More...
|
| void | Set (System.Reflection.Assembly assembly) |
| | Set product and compilation information More...
|
| |
|
| static string | GetProduct (System.Reflection.Assembly assembly) |
| | Get product version for assembly More...
|
| |
| static string | GetCompilation (System.Reflection.Assembly assembly) |
| | Get compilation date for assembly More...
|
| |
| static int | Compare (string a, string b, char[] separator) |
| | Compare two versions More...
|
| |
| static int | Compare (string a, string b) |
| | Compare two versions More...
|
| |
◆ Compare() [1/2]
| static int Energy.Core.Version.Compare |
( |
string |
a, |
|
|
string |
b, |
|
|
char [] |
separator |
|
) |
| |
|
static |
Compare two versions
- Parameters
-
| a | First |
| b | Second |
| separator | Separator character list |
- Returns
- int
◆ Compare() [2/2]
| static int Energy.Core.Version.Compare |
( |
string |
a, |
|
|
string |
b |
|
) |
| |
|
static |
Compare two versions
- Parameters
-
- Returns
- int
◆ GetCompilation()
| static string Energy.Core.Version.GetCompilation |
( |
System.Reflection.Assembly |
assembly | ) |
|
|
static |
Get compilation date for assembly
- Parameters
-
| assembly | System.Reflection.Assembly |
- Returns
- string
◆ GetProduct()
| static string Energy.Core.Version.GetProduct |
( |
System.Reflection.Assembly |
assembly | ) |
|
|
static |
Get product version for assembly
- Parameters
-
| assembly | System.Reflection.Assembly |
- Returns
- string
◆ Set()
| void Energy.Core.Version.Set |
( |
System.Reflection.Assembly |
assembly | ) |
|
Set product and compilation information
- Parameters
-
| assembly | System.Reflection.Assembly |
◆ Compilation
| string Energy.Core.Version.Compilation |
|
get |
Get compilation date
- Returns
- string
◆ Description
| string Energy.Core.Version.Description |
|
getset |
Public version description
◆ LibraryCompilation
| string Energy.Core.Version.LibraryCompilation |
|
staticgetset |
◆ LibraryVersion
| string Energy.Core.Version.LibraryVersion |
|
staticgetset |
◆ Product
| string Energy.Core.Version.Product |
|
get |
Get product version
- Returns
- string
The documentation for this class was generated from the following file: