The DisposableObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
| |
AllocMemory |
Allocates the specified size of memory.
| |
Dispose |
Releases the resources
| |
Dispose(Boolean) |
Releases the resources
| |
Equals | (Inherited from Object.) | |
Finalize |
Destructor
(Overrides ObjectFinalize.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NotifyMemoryPressure |
Notifies the allocated size of memory.
| |
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
| |
ToString | (Inherited from Object.) |
See Also