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 (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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