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