Property PropertySymbols
- Namespace
- DotNetBrowser.Js
- Assembly
- DotNetBrowser.dll
PropertySymbols
Gets the IJsSymbol instances with properties' names of this object, excluding properties from prototype objects.
IEnumerable<IJsSymbol> PropertySymbols { get; }
Property Value
- IEnumerable<IJsSymbol>
The collection containing the IJsSymbol instances with properties' names of this object, both enumerable and non-enumerable, excluding properties from prototype objects.
Exceptions
- ObjectDisposedException
The IJsObject has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.