Click or drag to resize

ToolboxSetDllDirectory Method

http://www.emgu.com
Adds a directory to the search path used to locate DLLs for the application

Namespace:  Emgu.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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