intarsys nativeC library

de.intarsys.nativec.api
Interface INativeLibrary


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

getFunction

INativeFunction getFunction(String name)
Lookup a INativeFunction from the library.

Parameters:
name - The function name
Returns:
The INativeFunction

getGlobal

INativeHandle getGlobal(String symbolName)
Lookup a global in the library.

Parameters:
symbolName - The global name
Returns:
The INativeHandle to the global.

intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.