C# Class Bari.Console.UI.ConsoleParameters

Implements the IParameters interface by parsing the command line
Inheritance: IParameters
Show file Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
ConsoleParameters ( string args ) : System

Creates the parameter object and immediately parse the arguments

Private Methods

Method Description
GetGlobalParameterExtraArgCount ( string arg ) : int
IsGlobalParameter ( string arg ) : bool

Method Details

ConsoleParameters() public method

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