Click or drag to resize

IEvaluatorReferenceAssembly 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#
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.
See Also