C# Class PoshCode.Controls.TabExpansion

ファイルを表示 Open project: Jaykul/PoshConsole Class Usage Examples

Public Methods

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

Private Methods

Method Description
Move ( string currentCommand, int direction ) : string

Method Details

GetChoices() public method

public GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion
currentCommand string
cursorIndex int
return CommandCompletion

Next() public method

public Next ( string currentCommand ) : string
currentCommand string
return string

Previous() public method

public Previous ( string currentCommand ) : string
currentCommand string
return string

Reset() public method

public Reset ( ) : void
return void

TabExpansion() public method

public TabExpansion ( ) : System
return System