MonoMac.ObjCRuntime.Dlfcn.GetInt32 Method
Gets the Int32 value exposed with the given symbol from the dynamic library.

Syntax

public static int GetInt32 (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.

Remarks

This routine silently fails and returns zero.

Requirements

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