Device Constructor

CVB.Net Documentation
Creates the device from the given CVB object handle.

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

protected Device(
	IntPtr handle,
	string resourceLocator
)

Parameters

handle
Type: SystemIntPtr
Handle to create object from.
resourceLocator
Type: SystemString
Access token or rooted path for the device file.
See Also

Reference