public static Run ( string toolPath, string arguments, string workingDirectory = null, string>.Dictionary |
||
toolPath | string | Tool to execute. |
arguments | string | String to pass to the tools' command line. |
workingDirectory | string | Directory to execute the tool from. |
envVars | string>.Dictionary | Additional environment variables to set for the command. |
ioHandler | IOHandler | Allows a caller to provide interactive input and also handle /// both output and error streams from a single delegate. |
return | System.Result |