Wraps information about an application in a serializer-friendly format.
More...
|
static AppInfo | Load (Assembly? assembly) |
| Loads application information for a specific Assembly. More...
|
|
Wraps information about an application in a serializer-friendly format.
◆ Load()
static AppInfo NanoByte.Common.Info.AppInfo.Load |
( |
Assembly? |
assembly | ) |
|
|
inlinestatic |
Loads application information for a specific Assembly.
◆ Arguments
string? [] NanoByte.Common.Info.AppInfo.Arguments |
|
getset |
The command-line arguments the application was started with.
◆ Copyright
string? NanoByte.Common.Info.AppInfo.Copyright |
|
getset |
The copyright information for the application.
◆ Current
AppInfo NanoByte.Common.Info.AppInfo.Current |
|
staticget |
Information about the currently running application (looks at the entry assembly).
◆ CurrentLibrary
AppInfo NanoByte.Common.Info.AppInfo.CurrentLibrary |
|
staticget |
Information about the currently running library (looks at the calling assembly).
◆ Description
string? NanoByte.Common.Info.AppInfo.Description |
|
getset |
A description of the application.
◆ Name
string? NanoByte.Common.Info.AppInfo.Name |
|
getset |
The name of the application.
◆ NameVersion
string NanoByte.Common.Info.AppInfo.NameVersion |
|
get |
◆ ProductName
string? NanoByte.Common.Info.AppInfo.ProductName |
|
getset |
The name of the product the application is a part of.
◆ Version
string? NanoByte.Common.Info.AppInfo.Version |
|
getset |
The version number of the application.
The documentation for this struct was generated from the following file: