Click or drag to resize

IAutoDisposable Interface

Represents the object which can be disposed by itself (without the explicit Dispose method call).

Namespace:  DotNetBrowser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public interface IAutoDisposable

The IAutoDisposable type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
Top
See Also