Click or drag to resize

V8FastHostObjectConfiguration<TObject>.SetDynamicPropertiesGetter Method

Sets a callback that gets the dynamic properties of a TObject instance.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public abstract void SetDynamicPropertiesGetter(
	Func<TObject, IV8FastHostDynamicProperties> getter
)

Parameters

getter  Func<TObject, IV8FastHostDynamicProperties>
A callback that gets the dynamic properties of a TObject instance.
See Also