Метод | Описание | |
---|---|---|
Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int |
Execute an external program.
|
public static Shell ( string executablePath, string arguments, ProcessWindowStyle windowStyle, bool waitUntilFinished ) : int | ||
executablePath | string | Path and filename of the executable. |
arguments | string | Arguments to pass to the executable. |
windowStyle | ProcessWindowStyle | Window style for the process (hidden, minimized, maximized, etc). |
waitUntilFinished | bool | Wait for the process to finish. |
Результат | int |