V8FastHostDynamicObject<TObject>.Configure Method |
Prepares the shared configuration associated with TObject.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxprotected static void Configure(
V8FastHostObjectConfigurator<TObject> configurator
)
Protected Shared Sub Configure (
configurator As V8FastHostObjectConfigurator(Of TObject)
)
protected:
static void Configure(
V8FastHostObjectConfigurator<TObject>^ configurator
)
static member Configure :
configurator : V8FastHostObjectConfigurator<'TObject> -> unit
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