Summary
Initializes a new instance of the
HeatRunner
class.
- Namespace
- Cake
.Common .Tools .WiX .Heat - Containing Type
- HeatRunner
Syntax
public HeatRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator toolService)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
processRunner | IProcessRunner | The process runner. |
toolService | IToolLocator | The tool service. |
Return Value
Type | Description |
---|---|
void |