CVB.Net 14.0
INativeHandle Interface Reference

Base interface for Cvb objects that are accessible through a native handle. More...

Inherits IDisposable.

Inherited by ReaderConfig, Calibrator3D, Classifier, Filter, TrainingSet, Composite, CvbCancellationToken, CvbCancellationTokenSource, Device, Finder, BufferNodeMapDictionary, CompositeStreamBase, DiscoveryInformationList, IBuffer, CalibrationConfiguration, DensePointCloudSegmentor, ImageMoments, NonLinearTransformation, NodeBase, NodeId, OpcUaClient, OpcUaServer, Projection, RangeMapSegmentor, Node, NodeMap, GevServer, Node, Image, Classifier, SampleImageList, Mesh< T >, Classifier, TrainingSet, Recorder, Plane, PlaneEnumerator, PointCloud, PolimagoRefCountedObject, SampleList, ClassifierObject, 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...
 

Detailed Description

Base interface for Cvb objects that are accessible through a native handle.

Event Documentation

◆ ObjectDisposing

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.