C# Class Bari.Console.UI.ConsoleParameters

Implements the IParameters interface by parsing the command line
Inheritance: IParameters
Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleParameters ( string args ) : System

Creates the parameter object and immediately parse the arguments

Private Methods

Méthode Description
GetGlobalParameterExtraArgCount ( string arg ) : int
IsGlobalParameter ( string arg ) : bool

Method Details

ConsoleParameters() public méthode

Creates the parameter object and immediately parse the arguments
public ConsoleParameters ( string args ) : System
args string The command line arguments to be parsed
Résultat System