Click or drag to resize

ToolboxSetDllDirectory Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Adds a directory to the search path used to locate DLLs for the application

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public static bool SetDllDirectory(
	string path
)

Parameters

path
Type: SystemString
The directory to be searched for DLLs

Return Value

Type: Boolean
True if success
See Also