C# 클래스 ExecutionEngine.Engine

상속: IDisposable
파일 보기 프로젝트 열기: ren85/rextester_linux 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Cleanup void
CreateExecutable CompilerData

공개 메소드들

메소드 설명
CallCompiler ( string compiler, string args, long &CompileTimeMs ) : List
DoWork ( InputData idata ) : OutputData
Engine ( ) : System

비공개 메소드들

메소드 설명
Cleanup ( string dir ) : void
CreateExecutable ( InputData input ) : CompilerData

메소드 상세

CallCompiler() 공개 정적인 메소드

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

DoWork() 공개 메소드

public DoWork ( InputData idata ) : OutputData
idata InputData
리턴 OutputData

Engine() 공개 메소드

public Engine ( ) : System
리턴 System