Public Instance Methods
Dispose | Overloaded. Releases unmanaged and - optionally - managed resources |
Protected Instance Constructors
Disposable Constructor | Initializes a new instance of the Disposable class. |
Protected Instance Properties
IsDisposed | Returns true if this instance has been disposed of, false otherwise |
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