 | IEvaluatorReferenceAssemblyOfT Method |
References the assembly by the object, which belongs to this 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.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
SyntaxIEvaluator ReferenceAssemblyOf<T>()
Type Parameters
- T
- The type which is implemented in the assembly to be referenced.
Return Value
Type:
IEvaluatorThe instance of the
IEvaluator to allow fluent interface.
See Also