IV8FastHostObjectOperations.GetPropertyNames Method |
Enumerates the names of all existing named properties.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxIEnumerable<string> GetPropertyNames(
IV8FastHostObject instance
)
Function GetPropertyNames (
instance As IV8FastHostObject
) As IEnumerable(Of String)
IEnumerable<String^>^ GetPropertyNames(
IV8FastHostObject^ instance
)
abstract GetPropertyNames :
instance : IV8FastHostObject -> IEnumerable<string>
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