|
| static void | RunApp (Options options) |
| | The main application method run when all necessary arguments are given.
|
| |
| static void | Main (string[] args) |
| | Main function that is executed when application is run.
|
| |
|
| const string | name = "Template App" |
| | Name of the application.
|
| |
| const string | executable = "App" |
| | Exact name of the executable file.
|
| |
| const string | version = "0.0.1" |
| | Version of the application.
|
| |
Definition at line 7 of file App.cs.
◆ Main()
| static void App.App.Main |
( |
string[] | args | ) |
|
|
static |
Main function that is executed when application is run.
- Parameters
-
| args | Arguments passed via commandline. |
Definition at line 144 of file App.cs.
◆ RunApp()
| static void App.App.RunApp |
( |
Options | options | ) |
|
|
static |
The main application method run when all necessary arguments are given.
- Parameters
-
| options | Options parsed from the commandline. |
Definition at line 66 of file App.cs.
◆ executable
| const string App.App.executable = "App" |
|
static |
Exact name of the executable file.
Definition at line 16 of file App.cs.
◆ name
| const string App.App.name = "Template App" |
|
static |
Name of the application.
Definition at line 12 of file App.cs.
◆ version
| const string App.App.version = "0.0.1" |
|
static |
Version of the application.
Definition at line 20 of file App.cs.
The documentation for this class was generated from the following file:
- C:/Users/Micha/Documents/GitHub/dotnet_template/App.cs