C# 클래스 Rhino.Tools.Shell.ShellConsole.JLineShellConsoleV2

ShellConsole implementation for JLine v2
상속: ShellConsole
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
Flush ( ) : void
GetIn ( ) : Stream
Print ( string s ) : void
Println ( ) : void
Println ( string s ) : void
ReadLine ( ) : string
ReadLine ( string prompt ) : string

비공개 메소드들

메소드 설명
JLineShellConsoleV2 ( object reader, Encoding cs ) : System

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetIn() 공개 메소드

public GetIn ( ) : Stream
리턴 Stream

Print() 공개 메소드

public Print ( string s ) : void
s string
리턴 void

Println() 공개 메소드

public Println ( ) : void
리턴 void

Println() 공개 메소드

public Println ( string s ) : void
s string
리턴 void

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadLine() 공개 메소드

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