Summary
Creates a script session for the specified host.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- RoslynScriptEngine
Syntax
public IScriptSession CreateSession(IScriptHost host)
Parameters
| Name | Type | Description |
|---|---|---|
| host | IScriptHost | The script host. |
Return Value
| Type | Description |
|---|---|
| IScriptSession | A script session. |
