Table of Contents

Property OwnPropertyNames

Namespace
DotNetBrowser.Js
Assembly
DotNetBrowser.dll

OwnPropertyNames

Gets the names of the properties of this object, excluding properties from prototype objects.

IEnumerable<string> OwnPropertyNames { get; }

Property Value

IEnumerable<string>

The collection containing the names of the properties 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.