Template App 0.0.1
Template App Description
Loading...
Searching...
No Matches
App.App Class Reference

Classes

class  Options
 Commandline options. More...
 

Static Public Member Functions

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.
 

Static Public Attributes

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.
 

Detailed Description

Definition at line 7 of file App.cs.

Member Function Documentation

◆ Main()

static void App.App.Main ( string[] args)
static

Main function that is executed when application is run.

Parameters
argsArguments 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
optionsOptions parsed from the commandline.

Definition at line 66 of file App.cs.

Member Data Documentation

◆ 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: