Summary
Initializes a new instance of the
ProcessRunner
class.
- Namespace
- Cake
.Core .IO - Containing Type
- ProcessRunner
Syntax
public ProcessRunner(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, IToolLocator tools, ICakeConfiguration configuration)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
log | ICakeLog | The log. |
tools | IToolLocator | The tool locator. |
configuration | ICakeConfiguration | The tool configuration. |
Return Value
Type | Description |
---|---|
void |