Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ScriptCs
ReplConsole
C# Class ScriptCs.ReplConsole
Inheritance:
IConsole
Exibir arquivo
Open project: 7sharp9/scriptcs
Public Methods
Method
Description
Exit
( ) :
void
ReadLine
( ) :
string
ReplConsole
( ) :
System
ResetColor
( ) :
void
Write
(
string
value
) :
void
WriteLine
(
string
value
) :
void
Private Methods
Method
Description
HandleCancelKeyPress
(
object
sender
,
ConsoleCancelEventArgs
e
) :
void
Method Details
Exit()
public
method
public
Exit
( ) :
void
return
void
ReadLine()
public
method
public
ReadLine
( ) :
string
return
string
ReplConsole()
public
method
public
ReplConsole
( ) :
System
return
System
ResetColor()
public
method
public
ResetColor
( ) :
void
return
void
Write()
public
method
public
Write
(
string
value
) :
void
value
string
return
void
WriteLine()
public
method
public
WriteLine
(
string
value
) :
void
value
string
return
void