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.TF.Util
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
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