Click or drag to resize

V8FastHostObjectOperations<TObject>.Configure Method

Prepares the configuration associated with the V8FastHostObjectOperations<TObject> 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  V8FastHostObjectConfigurator<TObject>
A callback for preparing the configuration associated with the V8FastHostObjectOperations<TObject> instance.
Remarks
Once prepared, a fast host object configuration cannot be modified.
See Also