ProcStartInfoExtensions Module
An extension to process start info type
Type extensions
Type extension | Description |
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
Full Usage:
this.WithEnvironmentVariable
Parameters:
string
envVar : string
Returns: ProcStartInfo
|
Extended Type:
|
Full Usage:
this.WithEnvironmentVariables
Parameters:
seq<string * string>
Returns: ProcStartInfo
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
true if error output should be written to Process.StandardError; otherwise, false. The default is false.
Extended Type:
|
Full Usage:
this.WithRedirectStandardInput
Parameters:
bool
Returns: ProcStartInfo
|
Extended Type:
|
Full Usage:
this.WithRedirectStandardOutput
Parameters:
bool
Returns: ProcStartInfo
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
Extended Type:
|
|
true if the shell should be used when starting the process; false if the process should be created directly from the executable file. The default is true.
Extended Type:
|
|
The user name to use when starting the process. If you use the UPN format, user@DNS_domain_name, the Domain property must be null.
Extended Type:
|
|
When UseShellExecute is true, the fully qualified name of the directory that contains the process to be started. When the UseShellExecute property is false, the working directory for the process to be started. The default is an empty string ("").
Extended Type:
|
|
Extended Type:
|