Summary
Initializes a new instance of the
ScriptHost class.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptHost
Syntax
protected ScriptHost(ICakeEngine engine, ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| engine | ICakeEngine | The engine. |
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
