C# 클래스 PoshCode.Controls.TabExpansion

파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

공개 메소드들

메소드 설명
GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion
Next ( string currentCommand ) : string
Previous ( string currentCommand ) : string
Reset ( ) : void
TabExpansion ( ) : System

비공개 메소드들

메소드 설명
Move ( string currentCommand, int direction ) : string

메소드 상세

GetChoices() 공개 메소드

public GetChoices ( string currentCommand, int cursorIndex ) : CommandCompletion
currentCommand string
cursorIndex int
리턴 CommandCompletion

Next() 공개 메소드

public Next ( string currentCommand ) : string
currentCommand string
리턴 string

Previous() 공개 메소드

public Previous ( string currentCommand ) : string
currentCommand string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TabExpansion() 공개 메소드

public TabExpansion ( ) : System
리턴 System