Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | ApplicationName | ||
Arguments | |||
RedirectStandardError | |||
RedirectStandardInput | |||
RedirectStandardOutput | |||
SearchPath | |||
ShowWindow | |||
WorkingDirectory |
Properties
ApplicationName : string
Name of the application to execute. No quoting of this string is necessary.
var ApplicationName : String
Arguments : string
Arguments to pass to the application.
var Arguments : String
RedirectStandardError : boolean
Whether or not we should redirect the Standard Error of the process for capturing.
var RedirectStandardError : Boolean
RedirectStandardInput : boolean
Whether or not we should redirect the Standard Input of the process for writing.
var RedirectStandardInput : Boolean
RedirectStandardOutput : boolean
Whether or not we should redirect the Standard Output of the process for capturing.
var RedirectStandardOutput : Boolean
SearchPath : boolean
Whether or not we should search the path for the application.
var SearchPath : Boolean
ShowWindow : boolean
Whether or not the window of the launched application should be shown.
var ShowWindow : Boolean
WorkingDirectory : string
The working directory for the process to start with. No quoting of this string is necessary.
var WorkingDirectory : String
Methods
ProcessStartInfo : Void
constructor
Class used to set up parameters before launching a process. |Name|Type|Description| |---|---|---|
function ProcessStartInfo()