Skip to main content

Interface: DlopenSymbol

Describes a native function symbol for use with dlopen.

Properties

args?

optional args?: TypeOrAlias[]

Argument types. Defaults to [] (no arguments) if omitted.


fixed?

optional fixed?: number

Number of fixed arguments for variadic functions.


returns?

optional returns?: TypeOrAlias

Return type. Defaults to 'void' if omitted.