C# Class Unvell.ReoScript.MachineConsole

Show file Open project: jing-lu/ReoScript

Public Methods

Method Description
MachineConsole ( string args ) : System
Run ( ) : void

Private Methods

Method Description
Help ( ) : void
In ( ) : string
LogEnd ( string msg ) : double
LogStart ( string msg ) : void
Out ( string msg ) : void
OutLn ( ) : void
OutLn ( string msg ) : void
Prompt ( ) : void
QueryPerformanceCounter ( long &lpPerformanceCount ) : bool
QueryPerformanceFrequency ( long &lpFrequency ) : bool

Method Details

MachineConsole() public method

public MachineConsole ( string args ) : System
args string
return System

Run() public method

public Run ( ) : void
return void