Méthode | Description | |
---|---|---|
Execute ( string commandLine ) : void | ||
IsCommandVisible ( ICommand command ) : bool |
Méthode | Description | |
---|---|---|
CommandContextBase ( IEnumerable |
||
CreateInstance ( ICommand command ) : |
||
OnExecute ( ICommand command, string arguments ) : bool |
Méthode | Description | |
---|---|---|
Execute ( string args ) : bool |
protected CommandContextBase ( IEnumerable |
||
commands | IEnumerable |
|
Résultat | System |
protected CreateInstance ( ICommand command ) : |
||
command | ICommand | |
Résultat |
public Execute ( string commandLine ) : void | ||
commandLine | string | |
Résultat | void |
public IsCommandVisible ( ICommand command ) : bool | ||
command | ICommand | |
Résultat | bool |
protected OnExecute ( ICommand command, string arguments ) : bool | ||
command | ICommand | |
arguments | string | |
Résultat | bool |