Crosstales.Common.Util.CTProcessStartInfo Class Reference

Specifies a set of values that are used when you start a process (mimicking the "System.Diagnostics.ProcessStartInfo"-class with the most important properties). More...

Properties

bool UseThread [get, set]
 Gets or sets the application to be threaded. More...
 
bool UseCmdExecute [get, set]
 Gets or sets the application to be started in cmd (command prompt). More...
 
string FileName [get, set]
 Gets or sets the application or document to start. More...
 
string Arguments [get, set]
 Gets or sets the set of command-line arguments to use when starting the application. More...
 
bool CreateNoWindow [get, set]
 Gets or sets a value indicating whether to start the process in a new window. More...
 
string WorkingDirectory [get, set]
 Gets or sets the working directory for the process to be started. More...
 
bool RedirectStandardOutput [get, set]
 Gets or sets a value that indicates whether the textual output of an application is written to the StandardOutput stream. More...
 
bool RedirectStandardError [get, set]
 Gets or sets a value that indicates whether the error output of an application is written to the StandardError stream. More...
 
System.Text.Encoding StandardOutputEncoding [get, set]
 Gets or sets the preferred encoding for standard output (UTF8 per default). More...
 
System.Text.Encoding StandardErrorEncoding [get, set]
 Gets or sets the preferred encoding for error output (UTF8 per default). More...
 
bool UseShellExecute [get, set]
 Gets or sets a value indicating whether to use the operating system shell to start the process (ignored, always false). More...
 

Detailed Description

Specifies a set of values that are used when you start a process (mimicking the "System.Diagnostics.ProcessStartInfo"-class with the most important properties).

Property Documentation

◆ Arguments

string Crosstales.Common.Util.CTProcessStartInfo.Arguments
getset

Gets or sets the set of command-line arguments to use when starting the application.

◆ CreateNoWindow

bool Crosstales.Common.Util.CTProcessStartInfo.CreateNoWindow
getset

Gets or sets a value indicating whether to start the process in a new window.

◆ FileName

string Crosstales.Common.Util.CTProcessStartInfo.FileName
getset

Gets or sets the application or document to start.

◆ RedirectStandardError

bool Crosstales.Common.Util.CTProcessStartInfo.RedirectStandardError
getset

Gets or sets a value that indicates whether the error output of an application is written to the StandardError stream.

◆ RedirectStandardOutput

bool Crosstales.Common.Util.CTProcessStartInfo.RedirectStandardOutput
getset

Gets or sets a value that indicates whether the textual output of an application is written to the StandardOutput stream.

◆ StandardErrorEncoding

System.Text.Encoding Crosstales.Common.Util.CTProcessStartInfo.StandardErrorEncoding
getset

Gets or sets the preferred encoding for error output (UTF8 per default).

◆ StandardOutputEncoding

System.Text.Encoding Crosstales.Common.Util.CTProcessStartInfo.StandardOutputEncoding
getset

Gets or sets the preferred encoding for standard output (UTF8 per default).

◆ UseCmdExecute

bool Crosstales.Common.Util.CTProcessStartInfo.UseCmdExecute
getset

Gets or sets the application to be started in cmd (command prompt).

◆ UseShellExecute

bool Crosstales.Common.Util.CTProcessStartInfo.UseShellExecute
getset

Gets or sets a value indicating whether to use the operating system shell to start the process (ignored, always false).

◆ UseThread

bool Crosstales.Common.Util.CTProcessStartInfo.UseThread
getset

Gets or sets the application to be threaded.

◆ WorkingDirectory

string Crosstales.Common.Util.CTProcessStartInfo.WorkingDirectory
getset

Gets or sets the working directory for the process to be started.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/RTVoice/RTVoicePro/Assets/Plugins/crosstales/Common/Extras/CTProcess/Scripts/CTProcess.cs