Interface INativeLibrary

  • All Known Implementing Classes:
    JnaNativeLibrary

    public interface INativeLibrary
    A native library (DLL or shared library).
    • Method Detail

      • getGlobal

        INativeHandle getGlobal​(java.lang.String symbolName)
        Lookup a global in the library.
        Parameters:
        symbolName - The global name
        Returns:
        The INativeHandle to the global.