Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ScriptCs
Hosting
ScriptConsole
C# 클래스 ScriptCs.Hosting.ScriptConsole
상속:
IConsole
파일 보기
프로젝트 열기: scriptcs/scriptcs
1 사용 예제들
공개 메소드들
메소드
설명
Clear
( ) :
void
Exit
( ) :
void
ReadLine
(
string
prompt
) :
string
ResetColor
( ) :
void
ScriptConsole
( ) :
System
Write
(
string
value
) :
void
WriteLine
( ) :
void
WriteLine
(
string
value
) :
void
메소드 상세
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
Exit()
공개
메소드
public
Exit
( ) :
void
리턴
void
ReadLine()
공개
메소드
public
ReadLine
(
string
prompt
) :
string
prompt
string
리턴
string
ResetColor()
공개
메소드
public
ResetColor
( ) :
void
리턴
void
ScriptConsole()
공개
메소드
public
ScriptConsole
( ) :
System
리턴
System
Write()
공개
메소드
public
Write
(
string
value
) :
void
value
string
리턴
void
WriteLine()
공개
메소드
public
WriteLine
( ) :
void
리턴
void
WriteLine()
공개
메소드
public
WriteLine
(
string
value
) :
void
value
string
리턴
void