C# Class Plotr.CommandLine

Mostra file Open project: spustlik/plotr

Public Properties

Property Type Description
arguments List
parameters string>>.List

Public Methods

Method Description
CommandLine ( string args ) : System
GetParamOrDefault ( string name, bool defValue ) : bool
GetParamOrDefault ( string name, double defValue ) : double
GetParamOrDefault ( string name, int defValue ) : int
GetParamOrDefault ( string name, string defValue ) : string
IsCmdParam ( string a ) : bool
ParseCmdParam ( string a ) : string>.Tuple

Method Details

CommandLine() public method

public CommandLine ( string args ) : System
args string
return System

GetParamOrDefault() public method

public GetParamOrDefault ( string name, bool defValue ) : bool
name string
defValue bool
return bool

GetParamOrDefault() public method

public GetParamOrDefault ( string name, double defValue ) : double
name string
defValue double
return double

GetParamOrDefault() public method

public GetParamOrDefault ( string name, int defValue ) : int
name string
defValue int
return int

GetParamOrDefault() public method

public GetParamOrDefault ( string name, string defValue ) : string
name string
defValue string
return string

IsCmdParam() public static method

public static IsCmdParam ( string a ) : bool
a string
return bool

ParseCmdParam() public static method

public static ParseCmdParam ( string a ) : string>.Tuple
a string
return string>.Tuple

Property Details

arguments public_oe property

public List arguments
return List

parameters public_oe property

public List> parameters
return string>>.List