UtilitiesRunExecutableAndWait Method |
Run an executable and wait for it to exit, notifying the user of any exceptions.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool RunExecutableAndWait(
string sExecute,
string sParams
)
Public Shared Function RunExecutableAndWait (
sExecute As String,
sParams As String
) As Boolean
public:
static bool RunExecutableAndWait(
String^ sExecute,
String^ sParams
)
Parameters
- sExecute
- Type: SystemString
Fully-qualified filename of file to execute. - sParams
- Type: SystemString
Command-line parameters to pass.
Return Value
Type:
BooleanTRUE if the execution succeeded. FALSE if the error message was shown.
See Also