An abstract class that wrap around a disposable object
| C# | Visual Basic | Visual C++ |
public abstract class DisposableObject : IDisposable
Public MustInherit Class DisposableObject _ Implements IDisposable
public ref class DisposableObject abstract : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| DisposableObject()()() | Initializes a new instance of the DisposableObject class | |
| Dispose()()() |
The dispose function that implements IDisposable interface
| |
| Dispose(Boolean) |
Release the all the memory associate with this object
| |
| DisposeObject()()() |
Function use to release _ptr object
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Destructor
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| DisposableObject | ||
| Kalman | ||
| MotionHistory | ||
| StereoBM | ||
| StereoGC | ||
| SURFFeature | ||
| PinnedArray<(Of <(T>)>) | ||
| UnmanagedObject | ||