Click or drag to resize

V8FastHostFunction Constructor

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