Bundle System API Bundle
DllProxy
Class allow programmers to load native shared libraries that can be called by Objeck classes. Programmers can call native C functions within these libraries.
Operations
CallFunction #
Calls a native C function.
method : public : CallFunction(name:String, args:Base[]) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| name | String | of the native C function |
| args | Base | argument to the native function |
IsLoaded #
Returns rather the shared library has been successfully loaded
method : public : IsLoaded() ~ BoolReturn
| Type | Description |
|---|---|
| Bool | returns true if the the library has been successfully loaded, false otherwise |