This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wyam.
Summary
Initializes a new instance of the
WyamRunner class.
- Assembly
- Cake
.Wyam .dll - Namespace
- Cake
.Wyam - Containing Type
- WyamRunner
Syntax
public WyamRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator locator)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| processRunner | IProcessRunner | The process runner. |
| locator | IToolLocator | The tool locator. |
Return Value
| Type | Description |
|---|---|
| void |
