MonoMac.ObjCRuntime.Dlfcn.GetIndirect Method
Gets the pointer in memory to the specified symbol.

Syntax

public static IntPtr GetIndirect (IntPtr handle, string symbol)

Parameters

handle
Handle to the dynamic library previously opened with dlopen.
symbol
Name of the public symbol in the dynamic library to look up.

Returns

The value from the library, or IntPtr.Zero on failure.

Remarks

Use this to get a generic pointer to a public symbol in the library.

Requirements

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