| ExecutorSetupInformationAddAssemblyPrivateLocation Method |
Adds a path to list of directories that are probed for private assemblies.
Namespace: FlexRuleAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic 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