ArgumentList | |
Arguments | |
CreateNewProcessGroup | |
CreateNoWindow | Default is false. |
Domain | |
Environment | |
EnvironmentVariables | This value cannot be assigned. Rather, the System.Collections.Specialized.StringDictionary returned by this should be modified. |
ErrorDialog | |
ErrorDialogParentHandle | |
FileName | The executable or document. |
LoadUserProfile | |
Password | |
PasswordInClearText | |
RedirectStandardError, RedirectStandardInput,RedirectStandardOutput | Whether or not stdin, stdout or stderr is written to System.Diagnostics.Process.Standard[Input,Output,Error]. |
StandardErrorEncoding, StandardInputEncoding, StandardOutputEncoding | |
UseCredentialsForNetworkingOnly | |
UserName | |
UseShellExecute | If true, the operating system shell is used to start the process. |
Verb | |
Verbs | |
WindowStyle | A value of the System.Diagnostics.ProcessWindowStyle enum. |
WorkingDirectory | Default working directory is %SYSTEMROOT%\System32. This property must be set if UserName and Password is set. When UseShellExecute is set to true, this property is understood to contain the executable. |