12.2.3 library(shlib): Utility library for loading foreign objects (DLLs, shared objects)
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Foreign Language Interface
        • Linking Foreign Modules
          • library(shlib): Utility library for loading foreign objects (DLLs, shared objects)
            • use_foreign_library/1
            • use_foreign_library/2
            • compat_arch/2
            • load_foreign_library/1
            • load_foreign_library/2
            • unload_foreign_library/1
            • unload_foreign_library/2
            • current_foreign_library/2
            • foreign_library_property/2
            • reload_foreign_libraries/0
    • Packages
Availability::- use_module(library(shlib)).(can be autoloaded)
Source[nondet]foreign_library_property(?File, ?Property)
True when Property is a property of the foreign library File. Currently defined properties are:
module(Module)
Module context into which the library was loaded
entry(Entry)
Name of the install function used.
absolute_file_name(Path)
Absolute file name for File when known.
predicate(Pred)
Predicate registered by calling the entry function.