Adds a directory to the search path used to locate DLLs for the application
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
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