MonoMac.ObjCRuntime.Dlfcn.GetDouble Method
Gets the double value exposed with the given symbol from the dynamic library.

Syntax

public static double GetDouble (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 the default value for double.

Requirements

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