MonoMac.ObjCRuntime.Dlfcn.dlopen Method
Loads the specified dynamic library into memory.

Syntax

public static IntPtr dlopen (string path, int mode)

Parameters

path
Path to the dynamic library.
mode
Bitmask, values defined in the Unix dlopen(2) man page.

Returns

The handle to the library, or IntPtr.Zero on failure.

Remarks

Requirements

Namespace: MonoMac.ObjCRuntime
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0