LibraryFunctionInformation[fun] returns information about a LibraryFunction.
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
Manual
(Built-in Mathematica Symbol) Manual represents an option or other value that is to be selected manually, usually by some form of interactive manipulation.
$LibraryPath gives the default list of directories to search in attempting to find a library.
Tightly integrated into Mathematica's core language is a rich set of primitives for interacting with external environments. Mathematica's symbolic architecture makes possible ...
Wolfram LibraryLink provides a powerful way to connect external code to Mathematica, enabling high-speed and memory-efficient execution. It does this by allowing dynamic ...
EnterTextPacket[string] is a MathLink packet that requests the parsing and evaluation of string as an expression.