- Preparing search index...
- The search index is not available
Documentation
Interface NativeFunctionConstructor
Hierarchy
- NativeFunctionConstructor
Constructors
constructor
- new NativeFunctionConstructor<RetType, ArgTypes>(address: NativePointerValue, retType: RetType, argTypes: ArgTypes, abiOrOptions?: NativeABI | NativeFunctionOptions): NativeFunction<GetValue<NativeFunctionReturnTypeMap, NativeFunctionReturnValue, NativeFunctionReturnType, RetType>, ResolveVariadic<Extract<GetValue<NativeFunctionArgumentTypeMap, NativeFunctionArgumentValue, NativeFunctionArgumentType, ArgTypes>, unknown[]>>>
-
Parameters
-
-
retType: RetType
-
argTypes: ArgTypes
-