Class DisposableObjectSlim
- Namespace
- Examine
- Assembly
- Examine.Core.dll
This should not be use if there are unmanaged resources to be disposed, use DisposableObject instead
public abstract class DisposableObjectSlim : IDisposable
- Inheritance
-
DisposableObjectSlim
- Implements
- Inherited Members
Properties
Disposed
Gets a value indicating whether this instance is disposed. for internal tests only (not thread safe)
protected bool Disposed { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
DisposeResources()
Used to dispose resources
protected abstract void DisposeResources()