Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.ProcessStartInfo Class Referencesealed

Public Member Functions

 ProcessStartInfo ()
 
 ProcessStartInfo (string fileName)
 
 ProcessStartInfo (string fileName, string arguments)
 

Package Functions

string BuildArguments ()
 
void AppendArgumentsTo (ref System.Text.ValueStringBuilder stringBuilder)
 

Package Attributes

DictionaryWrapper _environmentVariables
 

Properties

string Arguments [get, set]
 
Collection< stringArgumentList [get]
 
bool HasArgumentList [get]
 
bool CreateNoWindow [get, set]
 
StringDictionary EnvironmentVariables [get]
 
IDictionary< string, string?> Environment [get]
 
bool RedirectStandardInput [get, set]
 
bool RedirectStandardOutput [get, set]
 
bool RedirectStandardError [get, set]
 
EncodingStandardInputEncoding [get, set]
 
EncodingStandardErrorEncoding [get, set]
 
EncodingStandardOutputEncoding [get, set]
 
string FileName [get, set]
 
string WorkingDirectory [get, set]
 
bool ErrorDialog [get, set]
 
IntPtr ErrorDialogParentHandle [get, set]
 
string UserName [get, set]
 
string Verb [get, set]
 
ProcessWindowStyle WindowStyle [get, set]
 
stringPasswordInClearText [get, set]
 
string Domain [get, set]
 
bool LoadUserProfile [get, set]
 
SecureStringPassword [get, set]
 
string[] Verbs [get]
 
bool UseShellExecute [get, set]
 

Private Attributes

string _fileName
 
string _arguments
 
string _directory
 
string _userName
 
string _verb
 
Collection< string_argumentList
 
ProcessWindowStyle _windowStyle
 
string _domain
 

Detailed Description

Definition at line 16 of file ProcessStartInfo.cs.


The documentation for this class was generated from the following file: