The CogLicense type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckEitherLicense | Checks if either of the spcecified licensed features is valid and has not expired. | |
| CheckForExpiredVisionProLicenses | Checks if all VisionPro 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.) | |
| GetDaysRemaining | Gets the number of days remaining to the license, if the number of days is meaningful. | |
| 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) | Obsolete. Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period. | |
| IsDateWithinMaintenancePeriod(Int32, Int32, Int32, Boolean) | Obsolete. 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