Adds a directory to the search path used to locate DLLs for the application

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual 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

See Also