Click or drag to resize

V8FastHostMethodTObject(TObject, String, Int32, V8FastHostMethodInvokerTObject) Constructor

Initializes a new V8FastHostMethodTObject instance with the specified required argument count.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public V8FastHostMethod(
	TObject parent,
	string name,
	int requiredArgCount,
	V8FastHostMethodInvoker<TObject> invoker
)

Parameters

parent  TObject
The object whose method the instance represents.
name  String
The method name.
requiredArgCount  Int32
The required argument count for the method.
invoker  V8FastHostMethodInvokerTObject
The method invocation callback.
See Also