CSharpTest.Net
ScriptRunner Class Members
See Also  Properties  Methods  Events Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Processes Namespace : ScriptRunner Class


Glossary Item Box

The following tables list the members exposed by ScriptRunner.

Public Constructors

 NameDescription
Public ConstructorScriptRunner ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyExitCodeWaits for the process to exit and returns the exit code  
Public PropertyIsRunningReturns true if this instance is running a process  
Public PropertyScriptArgumentsReturn teh arguments to pass to script engine exe  
Public PropertyScriptEngineReturn teh script engine being used  
Public PropertyScriptFileReturns the temp file of the script  
Public PropertyStandardInputAllows writes to the std::in for the process  
Public PropertyWorkingDirectoryGets or sets the initial working directory for the process.  
Top

Public Methods

 NameDescription
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodKillKills the process if it is still running  
Public MethodRunOverloaded. Runs the process and returns the exit code.  
Public MethodStartOverloaded. Runs the process and returns the exit code.  
Public MethodToStringReturns a System.String that represents the current System.Object.  
Public MethodWaitForExitOverloaded. Closes std::in and waits for the process to exit  
Top

Public Events

 NameDescription
Public EventOutputReceivedNotifies caller of writes to the std::err or std::out  
Public EventProcessExitedNotifies caller when the process exits  
Top

See Also

Generated with Document! X 2011 by Innovasys