|
Terraria v1.4.4.9
Terraria source code documentation
|
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< string > | ArgumentList [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] |
| Encoding? | StandardInputEncoding [get, set] |
| Encoding? | StandardErrorEncoding [get, set] |
| Encoding? | StandardOutputEncoding [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] |
| string? | PasswordInClearText [get, set] |
| string | Domain [get, set] |
| bool | LoadUserProfile [get, set] |
| SecureString? | Password [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 |
Definition at line 16 of file ProcessStartInfo.cs.