 | IEvaluatorReferenceAssembly Method (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.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
SyntaxIEvaluator ReferenceAssembly(
string assembly
)
Parameters
- assembly
- Type: SystemString
The path to the assembly file.
Return Value
Type:
IEvaluatorThe instance of the
IEvaluator to allow fluent interface.
See Also