Click or drag to resize

V8FastHostObjectOperations<TObject>(V8FastHostObjectConfigurator<TObject>) Constructor

Initializes a new V8FastHostObjectOperations<TObject> instance with the specified configuration callback.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public V8FastHostObjectOperations(
	V8FastHostObjectConfigurator<TObject> configurator
)

Parameters

configurator  V8FastHostObjectConfigurator<TObject>
A callback for preparing the configuration associated with the instance.
See Also