TraceLab Component Library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
RPlugin.Core.RScriptResult Class Reference

Responsible for returning the output of calling a script. It is up to the user to check the results of ExitCode. More...

Package Functions

 RScriptResult ()
 
 RScriptResult (string output, string error, int exit)
 Class constructor More...
 
void ScriptOutputHandler (object sendingProcess, DataReceivedEventArgs outLine)
 
void ScriptErrorHandler (object sendingProcess, DataReceivedEventArgs outLine)
 

Properties

string Output [get, set]
 Standard output of the script More...
 
string Error [get, set]
 Standard error of the script More...
 
int ExitCode [get, set]
 Script exit code More...
 

Detailed Description

Responsible for returning the output of calling a script. It is up to the user to check the results of ExitCode.

Definition at line 29 of file RScriptResult.cs.

Constructor & Destructor Documentation

RPlugin.Core.RScriptResult.RScriptResult ( )
package

Definition at line 69 of file RScriptResult.cs.

RPlugin.Core.RScriptResult.RScriptResult ( string  output,
string  error,
int  exit 
)
package

Class constructor

Parameters
outputStandard output
errorStandard error
exitExit code

Definition at line 82 of file RScriptResult.cs.

Member Function Documentation

void RPlugin.Core.RScriptResult.ScriptErrorHandler ( object  sendingProcess,
DataReceivedEventArgs  outLine 
)
package

Definition at line 98 of file RScriptResult.cs.

void RPlugin.Core.RScriptResult.ScriptOutputHandler ( object  sendingProcess,
DataReceivedEventArgs  outLine 
)
package

Definition at line 90 of file RScriptResult.cs.

Property Documentation

string RPlugin.Core.RScriptResult.Error
getset

Standard error of the script

Definition at line 50 of file RScriptResult.cs.

int RPlugin.Core.RScriptResult.ExitCode
getset

Script exit code

Definition at line 64 of file RScriptResult.cs.

string RPlugin.Core.RScriptResult.Output
getset

Standard output of the script

Definition at line 35 of file RScriptResult.cs.


The documentation for this class was generated from the following file: