MonoMac.ObjCRuntime.Dlfcn Members

The members of MonoMac.ObjCRuntime.Dlfcn are listed below.

See Also: Inherited members from System.Object

Public Methods

static
dlclose(IntPtr) : int
Closes and unloads the native shared library referenced by the handle.
static
dlerror() : string
Returns a diagnostics message for the last failure when using any of the methods in this class.
static
dlopen(string, int) : IntPtr
Loads the specified dynamic library into memory.
static
dlsym(IntPtr, string) : IntPtr
Returns the address of the specified symbol in the dynamic library.
static
GetDouble(IntPtr, string) : double
Gets the double value exposed with the given symbol from the dynamic library.
static
GetFloat(IntPtr, string) : float
Gets the float value exposed with the given symbol from the dynamic library.
static
GetIndirect(IntPtr, string) : IntPtr
Gets the pointer in memory to the specified symbol.
static
GetInt32(IntPtr, string) : int
Gets the Int32 value exposed with the given symbol from the dynamic library.
static
GetInt64(IntPtr, string) : long
Documentation for this section has not yet been entered.
static
GetIntPtr(IntPtr, string) : IntPtr
Gets the IntPtr value exposed with the given symbol from the dynamic library.
static
GetNSNumber(IntPtr, string) : MonoMac.Foundation.NSNumber
Gets an NSNumber value exposed with the given symbol from the dynamic library.
static
GetSizeF(IntPtr, string) : System.Drawing.SizeF
Documentation for this section has not yet been entered.
static
GetStringConstant(IntPtr, string) : MonoMac.Foundation.NSString
Gets the NSString value exposed with the given symbol from the dynamic library.
static
SetDouble(IntPtr, string, double)
Documentation for this section has not yet been entered.
static
SetFloat(IntPtr, string, float)
Documentation for this section has not yet been entered.
static
SetInt32(IntPtr, string, int)
Documentation for this section has not yet been entered.
static
SetInt64(IntPtr, string, long)
Documentation for this section has not yet been entered.
static
SetIntPtr(IntPtr, string, IntPtr)
Documentation for this section has not yet been entered.
static
SetSizeF(IntPtr, string, System.Drawing.SizeF)
Documentation for this section has not yet been entered.