Table of Contents

Class DisposableObject

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Abstract base class for implementing the Disposable pattern

public abstract class DisposableObject : IDisposable
Inheritance
DisposableObject
Implements
Derived
Inherited Members

Properties

IsDisposed

Gets a value indicating whether the object is disposed or not

Methods

Dispose()

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

Dispose(bool)

Abstract method that is implemented by derived types to perform the dispose operation

~DisposableObject()

Finalizes an instance of the DisposableObject class. This releases any unmanaged resources it owns