IAuxDisposable class

IAuxDisposable class

Expands the standard IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event

The IAuxDisposable type exposes the following members:

Properties

Property Description
is_disposed Determines whether a resource is already disposed (true) or not (false)

See Also