# C1.Util.DX.DisposeBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DisposeBase" data-uid="C1.Util.DX.DisposeBase" class="text-break">DisposeBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DisposeBase</span></div>
      <div class="level2"><a class="xref" href="C1.Util.DX.CallbackBase.html">CallbackBase</a></div>
      <div class="level2"><a class="xref" href="C1.Util.DX.ComArrayBase.html">ComArrayBase</a></div>
      <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.html">C1.Util.DX</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_DisposeBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DisposeBase : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DisposeBase
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DisposeBase__ctor" data-uid="C1.Util.DX.DisposeBase.#ctor">
          <a class="xref" href="C1.Util.DX.DisposeBase.-ctor.html#C1_Util_DX_DisposeBase__ctor">DisposeBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DisposeBase_IsDisposed" data-uid="C1.Util.DX.DisposeBase.IsDisposed">
          <a class="xref" href="C1.Util.DX.DisposeBase.IsDisposed.html#C1_Util_DX_DisposeBase_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is disposed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DisposeBase_Dispose" data-uid="C1.Util.DX.DisposeBase.Dispose">
          <a class="xref" href="C1.Util.DX.DisposeBase.Dispose.html#C1_Util_DX_DisposeBase_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DisposeBase_Dispose_System_Boolean_" data-uid="C1.Util.DX.DisposeBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.Util.DX.DisposeBase.Dispose.html#C1_Util_DX_DisposeBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DisposeBase_Finalize" data-uid="C1.Util.DX.DisposeBase.Finalize">
          <a class="xref" href="C1.Util.DX.DisposeBase.Finalize.html#C1_Util_DX_DisposeBase_Finalize">~DisposeBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases unmanaged resources and performs other cleanup operations before the
<a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a> is reclaimed by garbage collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DisposeBase_Disposed" data-uid="C1.Util.DX.DisposeBase.Disposed">
          <a class="xref" href="C1.Util.DX.DisposeBase.Disposed.html">Disposed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when this instance is fully disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DisposeBase_Disposing" data-uid="C1.Util.DX.DisposeBase.Disposing">
          <a class="xref" href="C1.Util.DX.DisposeBase.Disposing.html">Disposing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when this instance is starting to be disposed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
