Click or drag to resize

EvaluatorAddReference Method (Assembly)

Allows methods and types from an external library to be referenced within an expression by providing a reference to the already loaded assembly from the calling code.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public void AddReference(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
Assembly reference object from the calling scope.
See Also