Summary
Initializes a new instance of the
DryRunScriptHost
class.
- Namespace
- Cake
.Cli - Containing Type
- DryRunScriptHost
Syntax
public DryRunScriptHost(ICakeEngine engine, ICakeContext context, ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
engine | ICakeEngine | The engine. |
context | ICakeContext | The context. |
log | ICakeLog | The log. |
Return Value
Type | Description |
---|---|
void |