C# Class NugetCracker.Utilities.ToolHelper

显示文件 Open project: monoman/NugetCracker

Public Methods

Method Description
ExecuteTool ( ILogger logger, string toolName, string arguments, string workingDirectory, string>.Action processToolOutput = null ) : bool

Method Details

ExecuteTool() public static method

public static ExecuteTool ( ILogger logger, string toolName, string arguments, string workingDirectory, string>.Action processToolOutput = null ) : bool
logger ILogger
toolName string
arguments string
workingDirectory string
processToolOutput string>.Action
return bool