 | IEvaluatorReferenceAssemblyByNamespace Method |
References the assembly by the given namespace it implements.
Adds assembly reference if the namespace was successfully resolved (found) and, otherwise does nothing
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
SyntaxIEvaluator ReferenceAssemblyByNamespace(
string namespace
)
Parameters
- namespace
- Type: SystemString
The namespace.
Return Value
Type:
IEvaluatorThe instance of the
IEvaluator to allow fluent interface.
See Also