Метод | Описание | |
---|---|---|
EnableRedirect ( this startInfo ) : |
||
Format ( this startInfo ) : string | ||
SafeHasExited ( this process ) : bool | ||
SetWorkingDirectoryOrDefault ( this arg, IAbsoluteDirectoryPath workingDirectory ) : |
||
SetWorkingDirectoryOrDefault ( this arg, string workingDirectory ) : |
public static EnableRedirect ( this startInfo ) : |
||
startInfo | this | |
Результат |
public static Format ( this startInfo ) : string | ||
startInfo | this | |
Результат | string |
public static SafeHasExited ( this process ) : bool | ||
process | this | |
Результат | bool |
public static SetWorkingDirectoryOrDefault ( this arg, IAbsoluteDirectoryPath workingDirectory ) : |
||
arg | this | |
workingDirectory | IAbsoluteDirectoryPath | |
Результат |
public static SetWorkingDirectoryOrDefault ( this arg, string workingDirectory ) : |
||
arg | this | |
workingDirectory | string | |
Результат |