Method | Description | |
---|---|---|
GetCommands ( ) : ICommand>.IDictionary |
||
GetRecent ( ) : List |
||
Initialize ( ) : void | ||
RegisterCommand ( ICommand command ) : void | ||
UnRegisterCommand ( ICommand command ) : bool |
Method | Description | |
---|---|---|
Send ( string input ) : bool |
public GetCommands ( ) : ICommand>.IDictionary |
||
return | ICommand>.IDictionary |
public RegisterCommand ( ICommand command ) : void | ||
command | ICommand | |
return | void |
public UnRegisterCommand ( ICommand command ) : bool | ||
command | ICommand | |
return | bool |