共用方式為


NativeLibrary.Free(IntPtr) 方法

定義

如果輸入控點是 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

要釋放的原生程式庫作業系統控點。

適用於