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