Click or drag to resize

Toolbox Methods

http://www.emgu.com

The Toolbox type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFreeLibrary
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
Public methodStatic memberLoadLibrary
Maps the specified executable module into the address space of the calling process.
Public methodStatic memberSetDllDirectory
Adds a directory to the search path used to locate DLLs for the application
Top
See Also