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 static IntPtr LoadLibrary(
	string dllname
)
Public Shared Function LoadLibrary ( _
	dllname As String _
) As IntPtr
public:
static IntPtr LoadLibrary(
	String^ dllname
)

Parameters

dllname
String
The name of the dll

Return Value

The handle to the library

See Also