C# 클래스 Deveel.Readline

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

공개 메소드들

메소드 설명
ReadLine ( string prompt ) : string
ReadLine ( string prompt, bool password ) : string
ReadPassword ( string prompt ) : string

비공개 메소드들

메소드 설명
AddChar ( char ch ) : void

Add a character to the input buffer.

Backspace ( ) : void
CancelLine ( String prompt ) : void
Clear ( ) : void
CollectLastWord ( char ch ) : void
Delete ( ) : void
Delete ( int num ) : void
EndLine ( ) : void
EraseToEnd ( ) : void
EraseToEndWord ( ) : void
EraseToStart ( ) : void
EraseToStartWord ( ) : void
EraseWord ( ) : void
GoBack ( int num ) : void
IsWordCharacter ( char ch ) : bool
MakeRoom ( ) : void

Makes room for one more character in the input buffer.

MoveBackwardWord ( ) : void
MoveDown ( ) : void
MoveEnd ( ) : void
MoveForwardWord ( ) : void
MoveHome ( ) : void
MoveLeft ( ) : void
MoveRight ( ) : void
MoveUp ( ) : void
PrintAlternatives ( String list ) : void
Readline ( ) : System
Redraw ( ) : void
Repaint ( bool step, bool moveToEnd ) : void

Repaint the line starting at the current character.

ResetComplete ( State newState ) : void
SetCurrent ( String line ) : void
Tab ( String prompt ) : void

메소드 상세

ReadLine() 공개 정적인 메소드

public static ReadLine ( string prompt ) : string
prompt string
리턴 string

ReadLine() 공개 정적인 메소드

public static ReadLine ( string prompt, bool password ) : string
prompt string
password bool
리턴 string

ReadPassword() 공개 정적인 메소드

public static ReadPassword ( string prompt ) : string
prompt string
리턴 string