|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Diagnostics.ProcessStartInfo:Public Member Functions | |
| ProcessStartInfo (string fileName) | |
| ProcessStartInfo (string fileName, string arguments) | |
Package Functions | |
| ProcessStartInfo (Process parent) | |
Package Attributes | |
| StringDictionary | environmentVariables |
Properties | |
| Collection< string > | ArgumentList [get, set] |
| string | Arguments [get, set] |
| StringDictionary | EnvironmentVariables [get, set] |
| bool | RedirectStandardInput [get, set] |
| bool | RedirectStandardOutput [get, set] |
| bool | RedirectStandardError [get, set] |
| Encoding | StandardErrorEncoding [get, set] |
| Encoding | StandardOutputEncoding [get, set] |
| bool | UseShellExecute [get, set] |
| string | UserName [get, set] |
| SecureString | Password [get, set] |
| string | Domain [get, set] |
| bool | LoadUserProfile [get, set] |
| string | FileName [get, set] |
| string | WorkingDirectory [get, set] |
| bool | HaveEnvVars [get, set] |
| Encoding | StandardInputEncoding [get, set] |
Static Private Member Functions | |
| static | ProcessStartInfo () |
Private Attributes | |
| string | fileName |
| string | arguments |
| string | directory |
| string | verb |
| ProcessWindowStyle | windowStyle |
| bool | errorDialog |
| IntPtr | errorDialogParentHandle |
| bool | useShellExecute |
| 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< StandardInputEncoding > | k__BackingField |
Static Private Attributes | |
| static readonly string[] | empty |
Definition at line 19 of file ProcessStartInfo.cs.