Click or drag to resize

IEvaluatorReferenceAssemblyOf Method (Object)

References the assembly by the object, which belongs to this 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 ReferenceAssemblyOf(
	Object obj
)

Parameters

obj
Type: SystemObject
The object, which belongs to the assembly to be referenced.

Return Value

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