C# Class Stumps.Program

A class that provides the primary entry point for the application.
Exibir arquivo Open project: Cayan-LLC/stumps

Private Methods

Method Description
DetermineConfigurationFileFromArgs ( string args ) : string

Determines the configuration file to use based on the command-line arguments.

FindSwitch ( string switchName, string args ) : bool

Finds the switch passed into the command-line arguments.

FindSwitchAndValue ( string switchName, string args, string &value ) : bool

Finds the switch passed into the command-line arguments.

IsApplicationAlreadyRunning ( ) : bool

Determines whether the application is already running.

IsApplicationRunningAsConsole ( string args ) : bool

Determines whether the current application is running as a console.

Main ( string args ) : void