A class that can access various information contained in an System.Reflection.Assembly.
More...
A class that can access various information contained in an System.Reflection.Assembly.
◆ AssemblyInfo()
| Joutsen.System.Reflection.AssemblyInfo.AssemblyInfo |
( |
Assembly |
assembly | ) |
|
◆ GetAssemblyAttribute< T >()
| static T Joutsen.System.Reflection.AssemblyInfo.GetAssemblyAttribute< T > |
( |
Assembly |
assembly | ) |
|
|
static |
Fetches information stored as System.Reflection.AssemblyAttributes.
- Template Parameters
-
| T | the type of the attribute |
- Parameters
-
| assembly | the assembly to fetch the attribute value from. |
- Returns
- the value of the attribute or null if the attribute is not present.
◆ Company
| string Joutsen.System.Reflection.AssemblyInfo.Company |
|
get |
Fetches the company name.
◆ Configuration
| string Joutsen.System.Reflection.AssemblyInfo.Configuration |
|
get |
Fetches the build configuration.
◆ Copyright
| string Joutsen.System.Reflection.AssemblyInfo.Copyright |
|
get |
Fetches the copyright information.
◆ Description
| string Joutsen.System.Reflection.AssemblyInfo.Description |
|
get |
Fetches the assembly description name.
◆ FileVersion
| string Joutsen.System.Reflection.AssemblyInfo.FileVersion |
|
get |
Fetches the file version name.
◆ InformationalVersion
| string Joutsen.System.Reflection.AssemblyInfo.InformationalVersion |
|
get |
Fetches the informational version of the assembly which contains additional version information.
◆ Product
| string Joutsen.System.Reflection.AssemblyInfo.Product |
|
get |
Fetches the product name.
◆ Title
| string Joutsen.System.Reflection.AssemblyInfo.Title |
|
get |
Fetches the assembly title.
◆ Trademark
| string Joutsen.System.Reflection.AssemblyInfo.Trademark |
|
get |
◆ Version
| Version Joutsen.System.Reflection.AssemblyInfo.Version |
|
get |
Fetches the assembly's version.