Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Rhino
Tools
Shell
ShellConsole.JLineShellConsoleV1
C# 클래스 Rhino.Tools.Shell.ShellConsole.JLineShellConsoleV1
ShellConsole
implementation for JLine v1
상속:
ShellConsole
파일 보기
프로젝트 열기: hazzik/Rhino.Net
공개 메소드들
메소드
설명
Flush
( ) :
void
GetIn
( ) :
Stream
Print
(
string
s
) :
void
Println
( ) :
void
Println
(
string
s
) :
void
ReadLine
( ) :
string
ReadLine
(
string
prompt
) :
string
비공개 메소드들
메소드
설명
JLineShellConsoleV1
(
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