C# Class GameDevWare.Charon.Utils.ToolExecutionResult

Inheritance: IDisposable
Show file Open project: deniszykov/charon-unity3d Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetErrorData ( ) : string
GetOutputData ( ) : string
ToolExecutionResult ( ToolExecutionOptions options, Process process ) : System

Private Methods

Method Description
Dispose ( bool disposed ) : void
OnErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
OnOutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetErrorData() public method

public GetErrorData ( ) : string
return string

GetOutputData() public method

public GetOutputData ( ) : string
return string

ToolExecutionResult() public method

public ToolExecutionResult ( ToolExecutionOptions options, Process process ) : System
options ToolExecutionOptions
process System.Diagnostics.Process
return System