Click or drag to resize

V8FastHostFunctionOperations<TFunction> Constructor

Overload List
 NameDescription
Public methodV8FastHostFunctionOperations<TFunction>(V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance.
Public methodV8FastHostFunctionOperations<TFunction>(Int32, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified required argument count.
Public methodV8FastHostFunctionOperations<TFunction>(String, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified name.
Public methodV8FastHostFunctionOperations<TFunction>(V8FastHostObjectConfigurator<TFunction>, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified configuration callback.
Public methodV8FastHostFunctionOperations<TFunction>(Int32, V8FastHostObjectConfigurator<TFunction>, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified required argument count and configuration callback.
Public methodV8FastHostFunctionOperations<TFunction>(String, V8FastHostObjectConfigurator<TFunction>, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified name and configuration callback.
Public methodV8FastHostFunctionOperations<TFunction>(String, Int32, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified name and required argument count.
Public methodV8FastHostFunctionOperations<TFunction>(String, Int32, V8FastHostObjectConfigurator<TFunction>, V8FastHostFunctionInvoker) Initializes a new V8FastHostFunctionOperations<TFunction> instance with the specified name, required argument count, and configuration callback.
Top
See Also