C# Class Paralect.Config.Application

Afficher le fichier Open project: paralect/Paralect.Config Class Usage Examples

Méthodes publiques

Méthode Description
Application ( String args ) : System

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

Main ( String args ) : void

Entry point

Private Methods

Méthode Description
GetValue ( String arg ) : String
Launch ( ) : void
ParseArguments ( String args ) : void

Parse arguments

Method Details

Application() public méthode

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

Main() public static méthode

Entry point
public static Main ( String args ) : void
args String
Résultat void