Method | Description | |
---|---|---|
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 | |
return |
public static Format ( this startInfo ) : string | ||
startInfo | this | |
return | string |
public static SafeHasExited ( this process ) : bool | ||
process | this | |
return | bool |
public static SetWorkingDirectoryOrDefault ( this arg, IAbsoluteDirectoryPath workingDirectory ) : |
||
arg | this | |
workingDirectory | IAbsoluteDirectoryPath | |
return |
public static SetWorkingDirectoryOrDefault ( this arg, string workingDirectory ) : |
||
arg | this | |
workingDirectory | string | |
return |