Maps the specified executable module into the address space of the calling process.
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 Shared Function LoadLibrary ( _
dllname As String _
) As IntPtr
Parameters
- dllname
- String
The name of the dll
Return Value
The handle to the library
See Also