DisposableObject Class
Represents disposable object.
Inheritance Hierarchy
SystemObject
  Aspose.PSDDisposableObject
    More...

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
[SerializableAttribute]
public class DisposableObject : IDisposable

The DisposableObject type exposes the following members.

Constructors
  NameDescription
Public methodDisposableObject
Initializes a new instance of the DisposableObject class
Properties
  NameDescription
Public propertyDisposed
Gets a value indicating whether this instance is disposed.
Methods
  NameDescription
Public methodDispose
Disposes the current instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseManagedResources
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
Protected methodReleaseUnmanagedResources
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
Public methodToString (Inherited from Object.)
Protected methodVerifyNotDisposed
Verifies that the current instance is not disposed.
See Also
Inheritance Hierarchy