public interface INativeLibrary
| Modifier and Type | Method and Description |
|---|---|
INativeFunction |
getFunction(java.lang.String name)
Lookup a
INativeFunction from the library. |
INativeHandle |
getGlobal(java.lang.String symbolName)
Lookup a global in the library.
|
INativeFunction getFunction(java.lang.String name)
INativeFunction from the library.name - The function nameINativeFunctionINativeHandle getGlobal(java.lang.String symbolName)
symbolName - The global nameINativeHandle to the global.