NativeLibrary.Free(IntPtr) 方法

定义

使用给定的 OS 句柄释放已加载的库,或在输入句柄为 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)

参数

handle
IntPtr

nativeint

要释放的本机库 OS 句柄。

适用于