Class Dlfcn
Inheritance
System.Object
Dlfcn
Assembly: Xamarin.NativeHelpers.dll
Syntax
public static class Dlfcn
Methods
dlclose(IntPtr)
Declaration
public static int dlclose(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Returns
Type |
Description |
System.Int32 |
|
dlopen(String, Int32)
Declaration
public static IntPtr dlopen(string path, int mode)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Int32 |
mode |
|
Returns
Type |
Description |
System.IntPtr |
|
dlsym(IntPtr, String)
Declaration
public static IntPtr dlsym(IntPtr handle, string symbol)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
System.String |
symbol |
|
Returns
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
ReadIntPtr(IntPtr, String)
Declaration
public static IntPtr ReadIntPtr(IntPtr handle, string symbol)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
System.String |
symbol |
|
Returns
Type |
Description |
System.IntPtr |
|