Méthode | Description | |
---|---|---|
AutoComplete ( |
Get autocomplete information for the given CommandCall.
|
|
Execute ( ) : void |
Executes the command. Implement this method with the behavior of your command. |
|
Init ( |
Gives the current TerminalExtension instance to the TerminalCommand instance.
|
public AutoComplete ( |
||
call | The commandline to create auto complete info for. | |
paramIndex | int | The parameter to complete. |
Résultat | string[] |
public Init ( |
||
terminal | The currently activ TerminalExtension instance. | |
Résultat | void |