Package | Description |
---|---|
jnr.ffi | |
jnr.ffi.provider.jffi |
Modifier and Type | Method and Description |
---|---|
static List<NativeLibrary.LoadedLibraryData> |
Runtime.getLoadedLibraries()
Gets a list of
NativeLibrary.LoadedLibraryData which represents all currently loaded libraries,
or an empty list if none are loaded. |
Modifier and Type | Method and Description |
---|---|
static List<NativeLibrary.LoadedLibraryData> |
NativeRuntime.getLoadedLibraries()
See and use
Runtime.getLoadedLibraries() (which forwards here) instead of this directly |
Copyright © 2024. All rights reserved.