Click or drag to resize

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
Syntax
C#
IEvaluator ReferenceAssemblyByNamespace(
	string namespace
)

Parameters

namespace
Type: SystemString
The namespace.

Return Value

Type: IEvaluator
The instance of the IEvaluator to allow fluent interface.
See Also