Emgu CV Library Documentation
SetDllDirectory Method (path)
NamespacesEmgu.UtilToolboxSetDllDirectory(String)

www.emgu.com/wiki
Adds a directory to the search path used to locate DLLs for the application
Declaration Syntax
C#Visual BasicVisual C++
public static bool SetDllDirectory(
	string path
)
Public Shared Function SetDllDirectory ( _
	path As String _
) As Boolean
public:
static bool SetDllDirectory(
	String^ path
)
Parameters
path (String)
The directory to be searched for DLLs
Return Value
True if success

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)