abstraft class which implements the Dispose Pattern
| C# | Visual Basic | Visual C++ |
public abstract class Disposable : IDisposable
Public MustInherit Class Disposable _ Implements IDisposable
public ref class Disposable abstract : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Disposable()()() | Initializes a new instance of the Disposable class | |
| Dispose()()() |
Dispose
| |
| Dispose(Boolean) |
Dispose
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Finalizer
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |