Метод | Описание | |
---|---|---|
Main ( string args ) : int |
Our main entry point for the command line app
|
|
ShowCopyrightAndLicense ( ) : void | ||
ShowWelcomeScreen ( ) : void |
Метод | Описание | |
---|---|---|
DisplayOptions ( ) : void |
Iterates over our Arguments collection and displays descriptions, flags, etc.
|
|
Init ( ) : void | ||
LoadConfigFile ( ) : void |
Searches for our config file in the application path, if it can't find it, just uses defaults
|
protected static DisplayOptions ( ) : void | ||
Результат | void |
protected static LoadConfigFile ( ) : void | ||
Результат | void |
public static Main ( string args ) : int | ||
args | string | |
Результат | int |
public static ShowCopyrightAndLicense ( ) : void | ||
Результат | void |
public static ShowWelcomeScreen ( ) : void | ||
Результат | void |