Click or drag to resize
ToolboxFreeLibrary Method
http://www.emgu.com
Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static bool FreeLibrary(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle to the library

Return Value

Type: Boolean
If the function succeeds, the return value is true. If the function fails, the return value is false.
See Also