ExcelDnaPackTool.

ExcelDnaPackTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator, ICakeLog) Constructor

Summary

Initializes a new instance of the ExcelDnaPackTool class.
Assembly
Cake.ExcelDnaPack.dll
Namespace
Cake.ExcelDnaPack
Containing Type
ExcelDnaPackTool

Syntax

public ExcelDnaPackTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
tools IToolLocator The tool locator.
log ICakeLog Cake log instance.

Return Value

Type Description
void