Enter search terms or a module, class or function name.
Provides support for the use of dynamic shared objects (dso). With SDso one can open/close a dso and get symbols from a dso. SDso will close the associated dso when it is deleted with S_DELETE. Implementation specific dynamic linking is abstracted.
SDsoLoad | Load a dynamic shared object from the given path into the given SDso object. |
SDsoGetSymbol | Get a handle to the named symbol from the given dynamic shared object. |