Click or drag to resize

IEvaluatorReferenceAssembly Method

Overload List
  NameDescription
Public methodReferenceAssembly(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.

Public methodReferenceAssembly(String)
References the given assembly by the assembly path.

It is safe to call this method multiple times for the same assembly. If the assembly already referenced it will not be referenced again.

Top
See Also