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.0.0.0 (2.0.0.0)

Syntax

C#
public static IntPtr LoadLibrary(
	string dllname
)
Visual Basic (Declaration)
Public Shared Function LoadLibrary ( _
	dllname As String _
) As IntPtr
Visual C++
public:
static IntPtr LoadLibrary(
	String^ dllname
)

Parameters

dllname
Type: System..::.String
The name of the dll

Return Value

The handle to the library

See Also