Table of Contents

Interface IAutoDisposable

Namespace
DotNetBrowser
Assembly
DotNetBrowser.dll

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

public interface IAutoDisposable

Properties

IsDisposed

Indicates if the object is already disposed.

Events

Disposed

Occurs when the object has been disposed.