Метод | Описание | |
---|---|---|
AddCommand ( |
Adds a command to the context.
|
|
CommandContext ( |
Initializes a new instance of the CommandContext class.
|
|
GetCommand ( string name ) : |
Looks up a command in the context by name. Commands inherited from parent contexts will be included.
|
public AddCommand ( |
||
command | The command to add. | |
Результат | void |
public CommandContext ( |
||
parent | The parent context. Can be |
|
name | string | The context's name. |
Результат | System.Collections.Generic |
public GetCommand ( string name ) : |
||
name | string | The name of the command to retrieve. |
Результат |