Interface Library

Hierarchy

  • Library

Properties

Methods

Properties

symbols: Record<string, CallableFunction & { native: CallableFunction }>

Methods

  • dlclose the library, unloading the symbols and freeing allocated memory.

    Once called, the library is no longer usable.

    Calling a function from a library that has been closed is undefined behavior.

    Returns void

  • dlclose the library, unloading the symbols and freeing allocated memory.

    Once called, the library is no longer usable.

    Calling a function from a library that has been closed is undefined behavior.

    Returns void

Generated using TypeDoc