| ProcessHelperStartProcessEx Method |
Start Process Extension
Namespace:
SHConnector.Utility.ProcessManager
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax public bool StartProcessEx(
string StrExcutionProgram,
string strArgument,
bool UseOutput,
bool UseError,
bool UseShellExecute = false,
bool ErrorDialog = false,
bool CreateNoWindow = true,
int timeoutSeconds = 120
)
Parameters
- StrExcutionProgram
- Type: SystemString
Program Path - strArgument
- Type: SystemString
Argu. - UseOutput
- Type: SystemBoolean
Redirect Output - UseError
- Type: SystemBoolean
Redirect Error - UseShellExecute (Optional)
- Type: SystemBoolean
Use Shell Execute - ErrorDialog (Optional)
- Type: SystemBoolean
Show Error Dialog - CreateNoWindow (Optional)
- Type: SystemBoolean
Create No Window - timeoutSeconds (Optional)
- Type: SystemInt32
Limit Time
Return Value
Type:
BooleanProcess Result
See Also