DisposeBase Class Members
In This Topic
The following tables list the members exposed by DisposeBase.
Public Properties
| Name | Description |
| IsDisposed | Gets a value indicating whether this instance is disposed. |
Top
Public Methods
| Name | Description |
| Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Top
Protected Methods
| Name | Description |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection. |
Top
Public Events
| Name | Description |
| Disposed | Occurs when this instance is fully disposed. |
| Disposing | Occurs when this instance is starting to be disposed. |
Top
See Also