Dlfcn.dlopen(String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static IntPtr dlopen (string path, int mode);
static member dlopen : string * int -> nativeint
參數
-
mode
-
Int32
位元遮罩,Unix dlopen 中定義的值 (2) man 頁面。
傳回
失敗時的程式庫控制碼,或 IntPtr.Zero 的控制碼。
適用於