Method | Description | |
---|---|---|
GetProcAddress ( |
||
LoadLibrary ( string basePath, string dll ) : |
Method | Description | |
---|---|---|
DlError ( ) : string | ||
dlerror ( ) : |
||
dlopen ( string path, int flags ) : |
||
dlsym ( |
public GetProcAddress ( |
||
dll | ||
proc | string | |
return |
public LoadLibrary ( string basePath, string dll ) : |
||
basePath | string | |
dll | string | |
return |