tango.sys.SharedLib

The shared library module provides a basic layer around the native functions used to load symbols from shared libraries.

Members

Classes

SharedLib
class SharedLib

SharedLib is an interface to system-specific shared libraries, such as ".dll", ".so" or ".dylib" files. It provides a simple interface to obtain symbol addresses (such as function pointers) from these libraries.

SharedLibException
class SharedLibException
Undocumented in source.

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

BSD style: $(LICENSE)

Authors

Tomasz Stachowiak, Anders Bergh