The methods of the Disposable class are listed below. For a complete list of Disposable class members, see the Disposable Members topic.
Public Instance Methods
Dispose | Overloaded. Releases unmanaged and - optionally - managed resources |
Protected Instance Methods
AssertDisposed | Used to assert that the object has not been disposed |
Dispose | Overloaded. Releases unmanaged and - optionally - managed resources. Remember to call this method from your derived classes. |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Disposable is reclaimed by garbage collection. |
See Also
Disposable Class | OpenPop.Pop3 Namespace