Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Pickaxe
PlatConsole
UnixConsole
C# Class Pickaxe.PlatConsole.UnixConsole
Inheritance:
IConsole
显示文件
Open project: bitsummation/pickaxe
Public Methods
Method
Description
ClearLine
(
int
line
) :
void
Init
( ) :
void
MoveCursor
(
int
line
) :
void
Print
(
string
value
) :
void
PrintError
(
string
value
) :
void
Method Details
ClearLine()
public
method
public
ClearLine
(
int
line
) :
void
line
int
return
void
Init()
public
method
public
Init
( ) :
void
return
void
MoveCursor()
public
method
public
MoveCursor
(
int
line
) :
void
line
int
return
void
Print()
public
method
public
Print
(
string
value
) :
void
value
string
return
void
PrintError()
public
method
public
PrintError
(
string
value
) :
void
value
string
return
void