ObjCRuntime.Dlfcn.GetInt64 Method
Gets the Int64 value exposed with the given symbol from the dynamic library.

Syntax

public static long GetInt64 (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: ObjCRuntime
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0