Summary
Initializes a new instance of the
ScriptRunner class.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptRunner
Syntax
public ScriptRunner(ICakeEnvironment environment, ICakeLog log, ICakeConfiguration configuration, IScriptEngine engine, IScriptAliasFinder aliasFinder, IScriptAnalyzer analyzer, IScriptProcessor processor, IScriptConventions conventions, IAssemblyLoader assemblyLoader)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
| configuration | ICakeConfiguration | The configuration. |
| engine | IScriptEngine | The session factory. |
| aliasFinder | IScriptAliasFinder | The alias finder. |
| analyzer | IScriptAnalyzer | The script analyzer. |
| processor | IScriptProcessor | The script processor. |
| conventions | IScriptConventions | The script conventions. |
| assemblyLoader | IAssemblyLoader | The assembly loader. |
Return Value
| Type | Description |
|---|---|
| void |
