Click or drag to resize

IEvaluatorTryReferenceAssemblyByNamespace Method

References the assembly by the given namespace it implements.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
IEvaluator TryReferenceAssemblyByNamespace(
	string namespace,
	out bool resolved
)

Parameters

namespace
Type: SystemString
The namespace.
resolved
Type: SystemBoolean
Set to true if the namespace was successfully resolved (found) and the reference was added; otherwise, false.

Return Value

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