terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Diagnostics.ProcessStartInfo Class Referencesealed

Public Member Functions

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

Package Functions

 ProcessStartInfo (Process parent)
 

Package Attributes

global::System.Collections.Specialized.StringDictionary environmentVariables
 

Properties

Collection< string > ArgumentList [get]
 
string Arguments [get, set]
 
global::System.Collections.Specialized.StringDictionary EnvironmentVariables [get]
 
bool RedirectStandardInput [get, set]
 
bool RedirectStandardOutput [get, set]
 
bool RedirectStandardError [get]
 
Encoding StandardErrorEncoding [get]
 
Encoding StandardOutputEncoding [get]
 
bool UseShellExecute [get, set]
 
string UserName [get]
 
SecureString Password [get]
 
string Domain [get]
 
bool LoadUserProfile [get]
 
string FileName [get]
 
string WorkingDirectory [get]
 
bool HaveEnvVars [get]
 
Encoding StandardInputEncoding [get]
 

Static Private Member Functions

static ProcessStartInfo ()
 

Private Attributes

string fileName
 
string arguments
 
string directory
 
string verb
 
ProcessWindowStyle windowStyle
 
bool errorDialog
 
IntPtr errorDialogParentHandle
 
bool useShellExecute = true
 
string userName
 
string domain
 
SecureString password
 
string passwordInClearText
 
bool loadUserProfile
 
bool redirectStandardInput
 
bool redirectStandardOutput
 
bool redirectStandardError
 
Encoding standardOutputEncoding
 
Encoding standardErrorEncoding
 
bool createNoWindow
 
WeakReference weakParentProcess
 
Collection< string > _argumentList
 
IDictionary< string, string > environment
 
Encoding< StandardInputEncodingk__BackingField
 

Static Private Attributes

static readonly string[] empty
 

Detailed Description

Definition at line 17 of file ProcessStartInfo.cs.


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