Summary
Adds an assembly reference.
- Namespace
- Cake
.Infrastructure .Scripting - Containing Type
- RoslynScriptSession
Syntax
public void AddReference(Assembly assembly)
Parameters
| Name | Type | Description |
|---|---|---|
| assembly | Assembly | The assembly to add. |
Return Value
| Type | Description |
|---|---|
| void |
