[]
        
(Showing Draft Content)

C1.Util.DX.DisposeBase

DisposeBase Class

Base class for a IDisposable class.

Inheritance
DisposeBase
Implements
Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public abstract class DisposeBase : IDisposable

Constructors

Name Description
DisposeBase()

Properties

Name Description
IsDisposed

Gets a value indicating whether this instance is disposed.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Clean up any resources being used.

~DisposeBase()

Releases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection.

Events

Name Description
Disposed

Occurs when this instance is fully disposed.

Disposing

Occurs when this instance is starting to be disposed.