Show / Hide Table of Contents

Class FinalizeDisposable

Provides a mechanism for releasing both managed and unmanaged resources with focus on the latter. Implements the Disposable

Inheritance
Object
Disposable
FinalizeDisposable
Implements
IDisposable
Inherited Members
Disposable.Disposed
Disposable.Dispose()
Disposable.Dispose(Boolean)
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public abstract class FinalizeDisposable : Disposable, IDisposable

Constructors

| Improve this Doc View Source

FinalizeDisposable()

Initializes a new instance of the FinalizeDisposable class.

Declaration
protected FinalizeDisposable()

Methods

| Improve this Doc View Source

Finalize()

Finalizes an instance of the FinalizeDisposable class.

Declaration
protected void Finalize()
| Improve this Doc View Source

OnDisposeManagedResources()

Called when this object is being disposed by either Dispose() or Dispose(Boolean) having disposing set to true and Disposed is false.

Declaration
protected override void OnDisposeManagedResources()
Overrides
Disposable.OnDisposeManagedResources()
| Improve this Doc View Source

OnDisposeUnmanagedResources()

Called when this object is being disposed by either Dispose() or Dispose(Boolean) and Disposed is false.

Declaration
protected abstract override void OnDisposeUnmanagedResources()
Overrides
Disposable.OnDisposeUnmanagedResources()

Implements

System.IDisposable

See Also

Disposable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX