Table of Contents

Property IsDisposed

Namespace
DotNetBrowser
Assembly
DotNetBrowser.dll

IsDisposed

Indicates if the object is already disposed.

bool IsDisposed { get; }

Property Value

bool

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.