 | 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
SyntaxIEvaluator ReferenceDomainAssemblies(
DomainAssemblies assemblies = DomainAssemblies.AllStaticNonGAC
)
Parameters
- assemblies (Optional)
- Type: CSScriptLibDomainAssemblies
The type of assemblies to be referenced.
Return Value
Type:
IEvaluatorThe instance of the
IEvaluator to allow fluent interface.
See Also