Click or drag to resize

IV8FastHostObjectOperations.SetProperty(IV8FastHostObject, String, V8FastArg) Method

Sets the value of a named property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
void SetProperty(
	IV8FastHostObject instance,
	string name,
	 in V8FastArg value
)

Parameters

instance  IV8FastHostObject
The object whose property to set.
name  String
The name of the property to set.
value  V8FastArg
The property value.
See Also