Click or drag to resize

IV8FastHostObjectOperations.GetPropertyNames Method

Enumerates the names of all existing named properties.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
IEnumerable<string> GetPropertyNames(
	IV8FastHostObject instance
)

Parameters

instance  IV8FastHostObject
The object to search for named properties.

Return Value

IEnumerable<String>
A collection containing the names of all existing named properties.
See Also