C# Class Paralect.Config.Application

Mostra file Open project: paralect/Paralect.Config Class Usage Examples

Public Methods

Method Description
Application ( String args ) : System

Initializes a new instance of the T:System.Object class.

Main ( String args ) : void

Entry point

Private Methods

Method Description
GetValue ( String arg ) : String
Launch ( ) : void
ParseArguments ( String args ) : void

Parse arguments

Method Details

Application() public method

Initializes a new instance of the T:System.Object class.
public Application ( String args ) : System
args String
return System

Main() public static method

Entry point
public static Main ( String args ) : void
args String
return void