Click or drag to resize

IV8FastHostObjectOperations.GetProperty(IV8FastHostObject, String, V8FastResult, Boolean) Method

Gets the value of a named property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
void GetProperty(
	IV8FastHostObject instance,
	string name,
	 in V8FastResult value,
	out bool isCacheable
)

Parameters

instance  IV8FastHostObject
The object to search for the property.
name  String
The name of the property to get.
value  V8FastResult
On return, the value of the property if it was found.
isCacheable  Boolean
On return, true if the property value is a cacheable constant, false otherwise.
See Also