C# Class PowerDeploy.Core.SilentProcessRunner

显示文件 Open project: tobiaszuercher/PowerDeploy

Public Methods

Method Description
ExecuteCommand ( string executable, string arguments, string workingDirectory, Action output, Action error ) : int

Method Details

ExecuteCommand() public static method

public static ExecuteCommand ( string executable, string arguments, string workingDirectory, Action output, Action error ) : int
executable string
arguments string
workingDirectory string
output Action
error Action
return int