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.24.2
Syntax public interface IAutoDisposable
The IAutoDisposable type exposes the following members.
Properties
| Name | Description |
---|
| IsDisposed |
Indicates if the object is already disposed.
|
TopEvents
| Name | Description |
---|
| Disposed |
Occurs when the object has been disposed.
|
TopSee Also