Class DisposableObject
Abstract base class for implementing the Disposable pattern
Inheritance
DisposableObject
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public abstract class DisposableObject : IDisposable
Constructors
DisposableObject() |
Properties
IsDisposed | Gets a value indicating whether the object is disposed or not |
Methods
Dispose() | |
Dispose(Boolean) | Abstract method that is implemented by derived types to perform the dispose operation |
Finalize() | Finalizes an instance of the DisposableObject class. This releases any unmanaged resources it owns |