Dlfcn.dlopen(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the specified dynamic library into memory.
public static IntPtr dlopen (string path, int mode);
static member dlopen : string * int -> nativeint
Parameters
- path
- String
Path to the dynamic library.
- mode
- Int32
Bitmask, values defined in the Unix dlopen(2) man page.
Returns
IntPtr
nativeint
The handle to the library, or IntPtr.Zero on failure.