Interface NativeLibrary
- All Known Subinterfaces:
JavaLibrary,Kernel32Library,LinuxCLibrary,MacCLibrary,PosixCLibrary,VectorLibrary,ZstdLibrary
public sealed interface NativeLibrary
permits JavaLibrary, PosixCLibrary, LinuxCLibrary, MacCLibrary, Kernel32Library, VectorLibrary, ZstdLibrary
A marker interface for libraries that can be loaded by
NativeLibraryProvider