Summary
Initializes a new instance of the
ScriptAnalyzer class.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- ScriptAnalyzer
Syntax
public ScriptAnalyzer(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, IEnumerable<ILoadDirectiveProvider> providers)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
| providers | IEnumerable |
The load directive providers. |
Return Value
| Type | Description |
|---|---|
| void |
