Dlfcn.dlclose(IntPtr) Method

Definition

Closes and unloads the native shared library referenced by the handle.

public static int dlclose (IntPtr handle);
static member dlclose : nativeint -> int

Parameters

handle
IntPtr

nativeint

Handle previously returned by dlopen

Returns

A Unix error code, or zero on success.

Applies to