Méthode | Description | |
---|---|---|
GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion | ||
Next ( string currentCommand ) : string | ||
Previous ( string currentCommand ) : string | ||
Reset ( ) : void | ||
TabExpansion ( ) : System |
Méthode | Description | |
---|---|---|
Move ( string currentCommand, int direction ) : string |
public GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion | ||
currentCommand | string | |
cursorIndex | int | |
Résultat | CommandCompletion |
public Next ( string currentCommand ) : string | ||
currentCommand | string | |
Résultat | string |
public Previous ( string currentCommand ) : string | ||
currentCommand | string | |
Résultat | string |