Click or drag to resize

V8FastHostDynamicObject<TObject>.Configure Method

Prepares the shared configuration associated with TObject.

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

Parameters

configurator  V8FastHostObjectConfigurator<TObject>
The configuration callback.
Remarks
Derived classes are advised to invoke this method from a static constructor. Once prepared, a fast host object configuration cannot be modified.
See Also