Method | Description | |
---|---|---|
Build ( ) : |
||
ProcessStartInfoBuilder ( ) : System | ||
ProcessStartInfoBuilder ( IAbsoluteFilePath exePath ) : System | ||
ProcessStartInfoBuilder ( IAbsoluteFilePath exePath, string arguments ) : System | ||
ProcessStartInfoBuilder ( string exePath ) : System | ||
ProcessStartInfoBuilder ( string exePath, string arguments ) : System |
public Build ( ) : |
||
return |
public ProcessStartInfoBuilder ( IAbsoluteFilePath exePath ) : System | ||
exePath | IAbsoluteFilePath | |
return | System |
public ProcessStartInfoBuilder ( IAbsoluteFilePath exePath, string arguments ) : System | ||
exePath | IAbsoluteFilePath | |
arguments | string | |
return | System |
public ProcessStartInfoBuilder ( string exePath ) : System | ||
exePath | string | |
return | System |
public ProcessStartInfoBuilder ( string exePath, string arguments ) : System | ||
exePath | string | |
arguments | string | |
return | System |