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.2.0.1010 (2.2.0.1010)

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