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.26.2
Syntaxpublic interface IAutoDisposable
The IAutoDisposable type exposes the following members.
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | IsDisposed |
Indicates if the object is already disposed.
|
Top
Events
| Name | Description |
---|
![Public event Public event](../icons/pubevent.gif) | Disposed |
Occurs when the object has been disposed.
|
Top
See Also