Click or drag to resize

EvaluatorAddReference Method

Overload List
  NameDescription
Public methodAddReference(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.
Public methodAddReference(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.
Top
See Also