The members of MonoMac.ObjCRuntime.Dlfcn are listed below.
See Also: Inherited members from System.Object
static | dlclose(IntPtr)Closes and unloads the native shared library referenced by the handle. | |
static | dlerror()Returns a diagnostics message for the last failure when using any of the methods in this class. | |
static | dlopen(string, int)Loads the specified dynamic library into memory. | |
static | dlsym(IntPtr, string)Returns the address of the specified symbol in the dynamic library. | |
static | GetDouble(IntPtr, string)Gets the double value exposed with the given symbol from the dynamic library. | |
static | GetFloat(IntPtr, string)Gets the float value exposed with the given symbol from the dynamic library. | |
static | GetIndirect(IntPtr, string)Gets the pointer in memory to the specified symbol. | |
static | GetInt32(IntPtr, string)Gets the Int32 value exposed with the given symbol from the dynamic library. | |
static | GetInt64(IntPtr, string)Documentation for this section has not yet been entered. | |
static | GetIntPtr(IntPtr, string)Gets the IntPtr value exposed with the given symbol from the dynamic library. | |
static | GetNSNumber(IntPtr, string)Gets an NSNumber value exposed with the given symbol from the dynamic library. | |
static | GetSizeF(IntPtr, string)Documentation for this section has not yet been entered. | |
static | GetStringConstant(IntPtr, string)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. | |