C# Class EvHttpSharp.Interop.OsxLoader

Inheritance: IDynLoader
Mostrar archivo Open project: kekekeks/evhttp-sharp Class Usage Examples

Public Methods

Method Description
GetProcAddress ( IntPtr dll, string proc ) : IntPtr
LoadLibrary ( string basePath, string dll ) : IntPtr

Private Methods

Method Description
DlError ( ) : string
dlerror ( ) : IntPtr
dlopen ( string path, int mode ) : IntPtr
dlsym ( IntPtr handle, string symbol ) : IntPtr

Method Details

GetProcAddress() public method

public GetProcAddress ( IntPtr dll, string proc ) : IntPtr
dll System.IntPtr
proc string
return System.IntPtr

LoadLibrary() public method

public LoadLibrary ( string basePath, string dll ) : IntPtr
basePath string
dll string
return System.IntPtr