Click or drag to resize
BaseDisposable Methods

The BaseDisposable type exposes the following members.

Methods
  NameDescription
Protected methodCheckDisposed
Throws an ObjectDisposedException if Disposed is true.
Public methodDispose
Allows derived implemenations a chance to destory manged or unmanged resources. The System.Runtime.CompilerServices.MethodImplOptions.Synchronized attribute prevents two threads from being in this method at the same time.
Protected methodFinalize
Finalizes the BaseDisposable by calling Dispose.
(Overrides ObjectFinalize.)
Top
See Also