C# Class PoshCode.Controls.TabExpansion

Afficher le fichier Open project: Jaykul/PoshConsole Class Usage Examples

Méthodes publiques

Méthode Description
GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion
Next ( string currentCommand ) : string
Previous ( string currentCommand ) : string
Reset ( ) : void
TabExpansion ( ) : System

Private Methods

Méthode Description
Move ( string currentCommand, int direction ) : string

Method Details

GetChoices() public méthode

public GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion
currentCommand string
cursorIndex int
Résultat CommandCompletion

Next() public méthode

public Next ( string currentCommand ) : string
currentCommand string
Résultat string

Previous() public méthode

public Previous ( string currentCommand ) : string
currentCommand string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

TabExpansion() public méthode

public TabExpansion ( ) : System
Résultat System