Class ScriptNativeLibraryImportThunk

A low-level class that allows calling native functions imported from dynamic libraries from scripting.

Hierarchy

  • FrameworkObject
    • ScriptNativeLibraryImportThunk

Constructors

Methods

Constructors

Methods

  • Invokes the native function by passing to it the given parameters.

    Parameters

    • parameters: any

      The parameters to pass to the function.

    Returns any

    The function return value, if any.