DeviceHandle Property

CVB.Net Documentation
Gets the native CVB object handle.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public IntPtr Handle { get; }

Property Value

Type: IntPtr

Implements

INativeHandleHandle
Remarks

It is normally not necessary to work with this handle in CVB.Net. Note that using this handle in connection with the legacy CVB managed wrappers may actually be disruptive to your application.
See Also

Reference