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