 | IEvaluatorTryReferenceAssemblyByNamespace Method |
References the assembly by the given namespace it implements.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
SyntaxIEvaluator 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:
IEvaluatorThe instance of the
IEvaluator to allow fluent interface.
See Also