Summary
Initializes a new instance of the
RoslynScriptSession class.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- RoslynScriptSession
Syntax
public RoslynScriptSession(IScriptHost host, IAssemblyLoader loader, ICakeConfiguration configuration, ICakeLog log, IScriptHostSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| host | IScriptHost | The script host. |
| loader | IAssemblyLoader | The assembly loader. |
| configuration | ICakeConfiguration | The Cake configuration. |
| log | ICakeLog | The log. |
| settings | IScriptHostSettings | The script host settings. |
Return Value
| Type | Description |
|---|---|
| void |
