Click or drag to resize

IEvaluatorReferenceDomainAssemblies Method

References the assemblies the are already loaded into the current AppDomain.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
IEvaluator ReferenceDomainAssemblies(
	DomainAssemblies assemblies = DomainAssemblies.AllStaticNonGAC
)

Parameters

assemblies (Optional)
Type: CSScriptLibDomainAssemblies
The type of assemblies to be referenced.

Return Value

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