Click or drag to resize

IV8FastHostObjectOperations.QueryProperty(IV8FastHostObject, String) Method

Gets the attributes of a named property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
V8FastHostPropertyFlags QueryProperty(
	IV8FastHostObject instance,
	string name
)

Parameters

instance  IV8FastHostObject
The object to search for the property.
name  String
The name of the property to query.

Return Value

V8FastHostPropertyFlags
A set of property attributes.
See Also