C# Class echoprint_net.NCodegen

Inheritance: IDisposable
Afficher le fichier Open project: developmentalmadness/echoprint-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
SignalJobCompleted ( ) : void

Method Details

AddFile() public méthode

public AddFile ( FileInfo file ) : void
file System.IO.FileInfo
Résultat void

AddFile() public méthode

public AddFile ( string path ) : void
path string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NCodegen() public méthode

public NCodegen ( string workingDir, string codegenexe, int start, int end ) : System
workingDir string
codegenexe string
start int
end int
Résultat System

Start() public méthode

public Start ( Action handleResult ) : void
handleResult Action
Résultat void

WaitForAll() public méthode

public WaitForAll ( ) : void
Résultat void