Click or drag to resize

IEvaluatorReferenceAssemblyByName Method

References the name of the assembly by its partial name.

Note that the referenced assembly will be loaded into the host AppDomain in order to resolve assembly partial name.

It is an equivalent of Evaluator.ReferenceAssembly(Assembly.LoadWithPartialName(assemblyPartialName))

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
IEvaluator ReferenceAssemblyByName(
	string assemblyPartialName
)

Parameters

assemblyPartialName
Type: SystemString
Partial name of the assembly.

Return Value

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