Метод | Описание | |
---|---|---|
Execute ( string application ) : bool |
Execute process
|
|
Execute ( string application, string arguments ) : bool |
Execute process with arguments
|
|
StartProcess ( string application, string arguments ) : bool |
Execute process
|
Метод | Описание | |
---|---|---|
IsExecutableWorking ( string path ) : bool |
Check is executable already working
|
public Execute ( string application ) : bool | ||
application | string | Path to executable |
Результат | bool |
public abstract Execute ( string application, string arguments ) : bool | ||
application | string | Path to executable |
arguments | string | Arguments |
Результат | bool |
protected static IsExecutableWorking ( string path ) : bool | ||
path | string | Path to executable |
Результат | bool |
public static StartProcess ( string application, string arguments ) : bool | ||
application | string | Path to executable |
arguments | string | Arguments |
Результат | bool |