NativeLibrary.Free(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果輸入控點是 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
要釋放的原生程式庫作業系統控點。
適用於