C# 클래스 echoprint_net.NCodegen

상속: IDisposable
파일 보기 프로젝트 열기: developmentalmadness/echoprint-net 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( FileInfo file ) : void
AddFile ( string path ) : void
Dispose ( ) : void
NCodegen ( string workingDir, string codegenexe, int start, int end ) : System
Start ( Action handleResult ) : void
WaitForAll ( ) : void

비공개 메소드들

메소드 설명
ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
SignalJobCompleted ( ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( FileInfo file ) : void
file System.IO.FileInfo
리턴 void

AddFile() 공개 메소드

public AddFile ( string path ) : void
path string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NCodegen() 공개 메소드

public NCodegen ( string workingDir, string codegenexe, int start, int end ) : System
workingDir string
codegenexe string
start int
end int
리턴 System

Start() 공개 메소드

public Start ( Action handleResult ) : void
handleResult Action
리턴 void

WaitForAll() 공개 메소드

public WaitForAll ( ) : void
리턴 void