Click or drag to resize

EvaluatorAddReference Method (String)

Allows methods and types from an external library to be referenced within an expression by providing the path to the location of the assembly where they're defined.

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

Parameters

assemblyPath
Type: SystemString
Absolute or relative path to the location of the referenced assembly.
See Also