Interface ISharedLibrary

All Superinterfaces:
AutoCloseable, RawFunctionLoader
All Known Implementing Classes:
JavaSystemLibrary, UnixLibrary, WindowsLibrary

public sealed interface ISharedLibrary extends RawFunctionLoader, AutoCloseable permits JavaSystemLibrary, UnixLibrary, WindowsLibrary