Click or drag to resize

IDisposableObject Interface

Provides a mechanism for releasing unmanaged resources.

Namespace:  Cauldron
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface IDisposableObject : IDisposable

The IDisposableObject type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating if the object has been disposed or not
Top
Events
  NameDescription
Public eventDisposed
Occures if the object has been disposed
Top
See Also