Base interface for Cvb objects that are accessible through a native handle. More...
Inherits IDisposable.
Inherited by ReaderConfig, Calibrator3D, Composite, CvbCancellationToken, CvbCancellationTokenSource, Device, Finder, BufferNodeMapDictionary, CompositeStreamBase, DiscoveryInformationList, IBuffer, CalibrationConfiguration, DensePointCloudSegmentor, ImageMoments, NonLinearTransformation, Projection, RangeMapSegmentor, Node, NodeMap, GevServer, Node, Image, Classifier, SampleImageList, Mesh< T >, Classifier, TrainingSet, Recorder, PixelFormatConverter, Plane, PlaneEnumerator, PointCloud, PolimagoRefCountedObject, SampleList, ClassifierObject, ColorConversion.Interpolator, Cube, MetaData, Converter, and Server.
Properties | |
IntPtr | Handle [get] |
The native handle of the object. | |
bool | IsDisposed [get] |
Possibility to check whether the object has already been disposed of. | |
Events | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
Base interface for Cvb objects that are accessible through a native handle.
NativeHandleEventDelegate ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method.
This event is raised right before this object is disposed. The dispose itself cannot be canceled.