C# Class ExecutionEngine.Engine

Inheritance: IDisposable
显示文件 Open project: ren85/rextester_linux Class Usage Examples

Private Properties

Property Type Description
Cleanup void
CreateExecutable CompilerData

Public Methods

Method Description
CallCompiler ( string compiler, string args, long &CompileTimeMs ) : List
DoWork ( InputData idata ) : OutputData
Engine ( ) : System

Private Methods

Method Description
Cleanup ( string dir ) : void
CreateExecutable ( InputData input ) : CompilerData

Method Details

CallCompiler() public static method

public static CallCompiler ( string compiler, string args, long &CompileTimeMs ) : List
compiler string
args string
CompileTimeMs long
return List

DoWork() public method

public DoWork ( InputData idata ) : OutputData
idata InputData
return OutputData

Engine() public method

public Engine ( ) : System
return System