Click or drag to resize

V8FastHostObjectOperationsTObjectConfigure Method

Prepares the configuration associated with the V8FastHostObjectOperationsTObject instance.

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

Parameters

configurator  V8FastHostObjectConfiguratorTObject
A callback for preparing the configuration associated with the V8FastHostObjectOperationsTObject instance.
Remarks
Once prepared, a fast host object configuration cannot be modified.
See Also