Inheritance Hierarchy
Cognex.VisionPro CogLicense
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The CogLicense type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogLicense |
Methods
| Name | Description | |
|---|---|---|
| CheckEitherLicense | Checks if either of the spcecified licensed features is valid and has not expired. | |
| CheckForExpiredDongle | Checks if all bits have expired. | |
| CheckLicense(String) | Checks if the licensed feature specified is valid and has not expired. | |
| CheckLicense(CogLicenseConstants) | Checks if the licensed feature specified is valid and has not expired. | |
| CheckLicenseState | Returns the state of a licensed feature. | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLicensedFeatures | Returns licensed features that have not expired. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDateWithinMaintenancePeriod(Boolean) | Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period. | |
| IsDateWithinMaintenancePeriod(Int32, Int32, Int32, Boolean) | Checks if the date provided is within VisionPro.Generic maintenance period. | |
| IsEitherLicenseEnabled | Checks if either of specified licensed features is valid and has not expired. | |
| IsLicenseEnabled(String, Boolean) | Checks if the licensed feature specified is valid and has not expired. | |
| IsLicenseEnabled(CogLicenseConstants, Boolean) | Checks if the licensed feature specified is valid and has not expired. | |
| ToString | (Inherited from Object.) |
See Also