SystemInfo Class

CVB.Net Documentation
Provides information about the CVB installation on your System.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.UtilitiesSystemInfo

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

public static class SystemInfo

The SystemInfo type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberDataPath
Directory where Common Vision Blox stores its settings.
Public propertyStatic memberDefaultTimeout
Default timeout setting to be used by drivers.
Public propertyStatic memberDeviceFileLoadFormatFilter
Returns a filter string with all formats that may be used with the Open(String) method.
Public propertyStatic memberImageFileLoadFormatFilter
Returns a filter string retrieved from the CVCFile.dll containing the different file types loadable by Common Vision Blox. This string is ready for use in the System.Windows.Forms dialog boxes' Filter property.
Public propertyStatic memberImageFileSaveFormatFilter
Returns a filter string retrieved from the CVCFile.dll containing the different file types savable by Common Vision Blox. This string is ready for use in the System.Windows.Forms dialog boxes' Filter property.
Public propertyStatic memberInstallPath
Directory Common Vision Blox has been installed to.
Public propertyStatic memberVersion
Version number of your CVB installation.
Top
Methods

  NameDescription
Public methodStatic memberGetLicenseInfo
Get information about available licenses.
Public methodStatic memberGetMagicNumberEntries
Query the set of currently available Magic Numbers.
Public methodStatic memberThrowLastError
Throw the last CVB error that was cached (if any).
Public methodStatic memberThrowLastError(Boolean)
Throw the last CVB error that was cached (if any).
Public methodStatic memberWaitForLicense
Waits until at least one license was found.
Public methodStatic memberWaitForLicenseAsync
Waits asynchronously until at least one license was found.
Top
See Also

Reference