Méthode | Description | |
---|---|---|
AddSwitch ( string name, string description ) : void | ||
InternalValue ( string name ) : object | ||
Parse ( ) : bool | ||
Parser ( string commandLine ) : System | ||
Parser ( string commandLine, object classForAutoAttributes ) : System | ||
this ( string name ) : object |
Méthode | Description | |
---|---|---|
ExtractApplicationName ( ) : void | ||
HandleSwitches ( ) : void | ||
SplitParameters ( ) : void |
public AddSwitch ( string name, string description ) : void | ||
name | string | |
description | string | |
Résultat | void |
public InternalValue ( string name ) : object | ||
name | string | |
Résultat | object |
public Parser ( string commandLine ) : System | ||
commandLine | string | |
Résultat | System |
public Parser ( string commandLine, object classForAutoAttributes ) : System | ||
commandLine | string | |
classForAutoAttributes | object | |
Résultat | System |