Dynamically Loaded Object
Represents a DLL or shared object
Load a DLL (or fail with an exception)
string library | name or path to a library |
Load a symbol (or fail with an exception)
string symbol | names the symbol to load |
Convenience function for casting symbol to the right type
string symbol | names the symbol to load |