Class NativeLibrary.LoadedLibraryData
java.lang.Object
jnr.ffi.provider.jffi.NativeLibrary.LoadedLibraryData
- Enclosing class:
NativeLibrary
Data class containing information about a loaded native library.
A list of all currently loaded libraries can be queried using
Runtime.getLoadedLibraries() which will
return a list of NativeLibrary.LoadedLibraryDatas.-
Method Details
-
getLibraryNames
-
getSearchPaths
-
getSuccessfulPaths
-
equals
-
hashCode
-
toString
-