Summary
Adds a reference from the specified file path.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- RoslynScriptSession
Syntax
public void AddReference(FilePath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | FilePath | The file path to add as a reference. |
Return Value
| Type | Description |
|---|---|
| void |
