Base interface for Cvb objects that are accessible through a native handle. More...
Inherited by Calibrator3D, Decoder, Composite, , , Device, Finder, , 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, and Cube.
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. | |
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.