Click or drag to resize

V8FastHostMethodOperations<TObject, TMethod>(TObject, String, V8FastHostMethodInvoker<TObject>) Constructor

Initializes a new V8FastHostMethodOperations<TObject, TMethod> instance.

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

Parameters

target  TObject
The object whose method the instance supports.
name  String
The method name.
invoker  V8FastHostMethodInvoker<TObject>
The method invocation callback.
See Also