C# Class echoprint_net.NCodegen

Inheritance: IDisposable
ファイルを表示 Open project: developmentalmadness/echoprint-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
SignalJobCompleted ( ) : void

Method Details

AddFile() public method

public AddFile ( FileInfo file ) : void
file System.IO.FileInfo
return void

AddFile() public method

public AddFile ( string path ) : void
path string
return void

Dispose() public method

public Dispose ( ) : void
return void

NCodegen() public method

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

Start() public method

public Start ( Action handleResult ) : void
handleResult Action
return void

WaitForAll() public method

public WaitForAll ( ) : void
return void