The following tables list the members exposed by ScriptRunner.
Name | Description | |
---|---|---|
![]() | ScriptRunner Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ExitCode | Waits for the process to exit and returns the exit code |
![]() | IsRunning | Returns true if this instance is running a process |
![]() | ScriptArguments | Return teh arguments to pass to script engine exe |
![]() | ScriptEngine | Return teh script engine being used |
![]() | ScriptFile | Returns the temp file of the script |
![]() | StandardInput | Allows writes to the std::in for the process |
![]() | WorkingDirectory | Gets or sets the initial working directory for the process. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Kill | Kills the process if it is still running |
![]() | Run | Overloaded. Runs the process and returns the exit code. |
![]() | Start | Overloaded. Runs the process and returns the exit code. |
![]() | ToString | Returns a System.String that represents the current System.Object. |
![]() | WaitForExit | Overloaded. Closes std::in and waits for the process to exit |
Name | Description | |
---|---|---|
![]() | OutputReceived | Notifies caller of writes to the std::err or std::out |
![]() | ProcessExited | Notifies caller when the process exits |
Reference
ScriptRunner ClassCSharpTest.Net.Processes Namespace