NativeLibrary.Free(IntPtr) Method

Definition

Frees a loaded library with the specified OS handle, or takes no action if the input handle is Zero.

public:
 static void Free(IntPtr handle);
public static void Free (IntPtr handle);
static member Free : nativeint -> unit
Public Shared Sub Free (handle As IntPtr)

Parameters

handle
IntPtr

nativeint

The native library OS handle to be freed.

Applies to