Click or drag to resize

RoslynEvaluatorReferenceAssembly Method (Assembly)

References the given assembly.

It is safe to call this method multiple times for the same assembly. If the assembly already referenced it will not be referenced again.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public IEvaluator ReferenceAssembly(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly instance.

Return Value

Type: IEvaluator
The instance of the IEvaluator to allow fluent interface.

Implements

IEvaluatorReferenceAssembly(Assembly)
See Also