Uses of Class
jnr.ffi.provider.jffi.NativeLibrary.LoadedLibraryData
Packages that use NativeLibrary.LoadedLibraryData
-
Uses of NativeLibrary.LoadedLibraryData in jnr.ffi
Methods in jnr.ffi that return types with arguments of type NativeLibrary.LoadedLibraryDataModifier and TypeMethodDescriptionstatic List<NativeLibrary.LoadedLibraryData>
Runtime.getLoadedLibraries()
Gets a list ofNativeLibrary.LoadedLibraryData
which 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.LoadedLibraryDataModifier and TypeMethodDescriptionstatic List<NativeLibrary.LoadedLibraryData>
NativeRuntime.getLoadedLibraries()
See and useRuntime.getLoadedLibraries()
(which forwards here) instead of this directly