DisposableObject Class |
Namespace: BlueCieloECM.InnoCielo.Meridian
The DisposableObject type exposes the following members.
Name | Description | |
---|---|---|
DisposableObject |
Initializes a new instance of the DisposableObject class.
|
Name | Description | |
---|---|---|
IsDisposed |
Gets a value indicating whether the object has been disposed of.
| |
UnderlyingObject |
Gets the underlying wrapped object.
|
Name | Description | |
---|---|---|
Dispose |
Releases the underlying wrapped object explicitly.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
| |
ToString | (Inherited from Object.) |