Click or drag to resize

IV8FastHostDynamicProperties.GetDynamicProperty(String, V8FastResult) Method

Gets the value of a named dynamic property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
void GetDynamicProperty(
	string name,
	 in V8FastResult value
)

Parameters

name  String
The name of the dynamic property to get.
value  V8FastResult
On return, the value of the dynamic property if it was found.
See Also