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.0.0.0 (2.0.0.0)

Syntax

C#
public static bool SetDllDirectory(
	string path
)
Visual Basic (Declaration)
Public Shared Function SetDllDirectory ( _
	path As String _
) As Boolean
Visual C++
public:
static bool SetDllDirectory(
	String^ path
)

Parameters

path
Type: System..::.String
The directory to be searched for DLLs

Return Value

True if success

See Also