Emgu CV Library Documentation
FreeLibrary Method (handle)
NamespacesEmgu.UtilToolboxFreeLibrary(IntPtr)

www.emgu.com/wiki
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
Declaration Syntax
C#Visual BasicVisual C++
public static bool FreeLibrary(
	IntPtr handle
)
Public Shared Function FreeLibrary ( _
	handle As IntPtr _
) As Boolean
public:
static bool FreeLibrary(
	IntPtr handle
)
Parameters
handle (IntPtr)
The handle to the library
Return Value
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)