C# 클래스 WindowsExecutionEngine.Engine

파일 보기 프로젝트 열기: ren85/rextester_win 1 사용 예제들

Private Properties

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

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