|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INativeLibrary
A native library (DLL or shared library).
Method Summary | |
---|---|
INativeFunction |
getFunction(String name)
Lookup a INativeFunction from the library. |
INativeHandle |
getGlobal(String symbolName)
Lookup a global in the library. |
Method Detail |
---|
INativeFunction getFunction(String name)
INativeFunction
from the library.
name
- The function name
INativeFunction
INativeHandle getGlobal(String symbolName)
symbolName
- The global name
INativeHandle
to the global.
|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |