C# 클래스 PoshCode.Controls.CommandHistory

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

공개 메소드들

메소드 설명
Add ( string command ) : void
CommandHistory ( ) : System
First ( string currentCommand ) : string
Last ( string currentCommand ) : string
Next ( string currentCommand ) : string
Previous ( string currentCommand ) : string
Reset ( ) : void
ResetCurrentCommand ( ) : void

비공개 메소드들

메소드 설명
GetChoices ( string CurrentCommand ) : List

메소드 상세

Add() 공개 메소드

public Add ( string command ) : void
command string
리턴 void

CommandHistory() 공개 메소드

public CommandHistory ( ) : System
리턴 System

First() 공개 메소드

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

Last() 공개 메소드

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

Next() 공개 메소드

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

Previous() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResetCurrentCommand() 공개 메소드

public ResetCurrentCommand ( ) : void
리턴 void