V8FastHostObjectOperationsTObjectConfigure Method |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void Configure(
V8FastHostObjectConfigurator<TObject> configurator
)
Public Sub Configure (
configurator As V8FastHostObjectConfigurator(Of TObject)
)
public:
void Configure(
V8FastHostObjectConfigurator<TObject>^ configurator
)
member Configure :
configurator : V8FastHostObjectConfigurator<'TObject> -> unit
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