static private StartProcess ( string appPath, string arguments = "", bool useShellExecute = true, bool redirectStandardError = false, bool redirectStandardOutput = false ) : System.Diagnostics.Process | ||
appPath | string | |
arguments | string | |
useShellExecute | bool | |
redirectStandardError | bool | |
redirectStandardOutput | bool | |
return | System.Diagnostics.Process |