Toolbox Class |
Namespace: Emgu.TF.Util
The Toolbox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FreeLibrary |
Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid
|
![]() ![]() | LoadLibrary |
Maps the specified executable module into the address space of the calling process.
|
![]() ![]() | SetDllDirectory |
Adds a directory to the search path used to locate DLLs for the application
|