Click or drag to resize

RoslynEvaluatorReferenceAssemblyByName 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.Load(assemblyPartialName))

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

Parameters

assemblyName
Type: SystemString
Name of the assembly.

Return Value

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

Implements

IEvaluatorReferenceAssemblyByName(String)
See Also