Click or drag to resize

ToolboxLoadLibrary Method

http://www.emgu.com
Maps the specified executable module into the address space of the calling process.

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public static IntPtr LoadLibrary(
	string dllname
)

Parameters

dllname
Type: SystemString
The name of the dll

Return Value

Type: IntPtr
The handle to the library
See Also