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


Glossary Item Box

The following tables list the members exposed by IRunner.

Public Properties

 NameDescription
 PropertyExitCodeWaits for the process to exit and returns the exit code  
 PropertyIsRunningReturns true if this instance is running a process  
 PropertyStandardInputAllows writes to the std::in for the process  
 PropertyWorkingDirectoryGets or sets the initial working directory for the process.  
Top

Public Methods

 NameDescription
 MethodKillKills the process if it is still running  
 MethodRunOverloaded. Runs the process and returns the exit code.  
 MethodStartOverloaded. Starts the process and returns.  
 MethodWaitForExitOverloaded. Closes std::in and waits for the process to exit  
Top

Public Events

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

See Also

Generated with Document! X 2011 by Innovasys