Click or drag to resize
ExecutorSetupInformationAddAssemblyPrivateLocation Method
Adds a path to list of directories that are probed for private assemblies.

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public void AddAssemblyPrivateLocation(
	string path
)

Parameters

path
Type: SystemString
Remarks
When an assembly is being loaded, if it cannot be found in the current directory this list is used.
See Also