Summary
Creates a new script session.
- Namespace
- Cake
.Core .Scripting - Containing Type
- IScriptEngine
Syntax
IScriptSession CreateSession(IScriptHost host)
Parameters
| Name | Type | Description |
|---|---|---|
| host | IScriptHost | The host. |
Return Value
| Type | Description |
|---|---|
| IScriptSession | A new script session. |
