Uses of Class
jnr.ffi.provider.jffi.NativeLibrary.LoadedLibraryData
-
Packages that use NativeLibrary.LoadedLibraryData Package Description jnr.ffi jnr.ffi.provider.jffi -
-
Uses of NativeLibrary.LoadedLibraryData in jnr.ffi
Methods in jnr.ffi that return types with arguments of type NativeLibrary.LoadedLibraryData Modifier and Type Method Description static List<NativeLibrary.LoadedLibraryData>Runtime. getLoadedLibraries()Gets a list ofNativeLibrary.LoadedLibraryDatawhich represents all currently loaded libraries, or an empty list if none are loaded. -
Uses of NativeLibrary.LoadedLibraryData in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return types with arguments of type NativeLibrary.LoadedLibraryData Modifier and Type Method Description static List<NativeLibrary.LoadedLibraryData>NativeRuntime. getLoadedLibraries()See and useRuntime.getLoadedLibraries()(which forwards here) instead of this directly
-