Click or drag to resize

IAutoDisposableIsDisposed Property

Indicates if the object is already disposed.

Namespace:  DotNetBrowser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
bool IsDisposed { get; }

Property Value

Type: Boolean
true if the object is already disposed and no longer access to the members allowed. The access attempt may cause ObjectDisposedException or an unexpected behaviour.
See Also