Summary
Initializes a new instance of the
ScriptAssemblyResolver class.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- Script
Assembly Resolver
Syntax
public ScriptAssemblyResolver(ICakeEnvironment environment, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| environment | ICakeEnvironment | The Cake environment. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
