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