Click or drag to resize

RoslynEvaluatorReferenceAssemblyByNamespace 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#
public IEvaluator ReferenceAssemblyByNamespace(
	string namespace
)

Parameters

namespace
Type: SystemString
The namespace.

Return Value

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

Implements

IEvaluatorReferenceAssemblyByNamespace(String)
See Also