Loads the system library using the specified library name.
Syntax
loadLibrary( runtime , filename )
runtime.loadLibrary( filename )
loadLibrary( filename )
Parameters
runtime
|
the runtime object to use.
|
filename
|
the name of the dynamic library to load.
|
Returns
Example
loadLibrary( library )
|