Class DisposableObject<T>
Extends DisposableObject with Handle property
of the T
type.
public class DisposableObject<T> : DisposableObject, IBaseObject, IDisposableObject, IDisposable
Type Parameters
T
Type of the Handle property.
- Inheritance
-
DisposableObject<T>
- Implements
Constructors
- DisposableObject(bool)
Initializes a new instance of the DisposableObject<T> class.
- DisposableObject(T, bool)
Initializes a new instance of the DisposableObject<T> class.
Properties
- Handle
Gets handle to unmanaged resources.