DeviceDriverGuid Property

CVB.Net Documentation
Get the globally unique identifier of a CVB driver.

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

public virtual Guid DriverGuid { get; }

Property Value

Type: Guid
GUID of the driver this device resides in.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this device has already been disposed.
Remarks

A CVB driver is everything which implements the IGrabber interface. These can be Video Interface (Vin) drivers or Videos (Avis) or file lists (Emu).
See Also

Reference