Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ShellMe
Testing
TestConsole
C# Class ShellMe.Testing.TestConsole
Inheritance:
IConsole
Datei anzeigen
Open project: dff-solutions/shell.me
Class Usage Examples
Public Methods
Method
Description
ReadLine
( ) :
string
TestConsole
(
List
commandQueue
) :
System
WriteLine
(
string
line
) :
void
Method Details
ReadLine()
public
method
public
ReadLine
( ) :
string
return
string
TestConsole()
public
method
public
TestConsole
(
List
commandQueue
) :
System
commandQueue
List
return
System
WriteLine()
public
method
public
WriteLine
(
string
line
) :
void
line
string
return
void