CogLicense ClassCognex VisionPro 9.5
Inheritance Hierarchy

System Object
  Cognex.VisionPro CogLicense

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public sealed class CogLicense

The CogLicense type exposes the following members.

Constructors

  NameDescription
Public methodCogLicense
Top
Methods

  NameDescription
Public methodStatic memberCheckEitherLicense
Checks if either of the spcecified licensed features is valid and has not expired.
Public methodStatic memberCheckForExpiredDongle
Checks if all bits have expired.
Public methodStatic memberCheckLicense(String)
Checks if the licensed feature specified is valid and has not expired.
Public methodStatic memberCheckLicense(CogLicenseConstants)
Checks if the licensed feature specified is valid and has not expired.
Public methodStatic memberCheckLicenseState
Returns the state of a licensed feature.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLicensedFeatures
Returns licensed features that have not expired.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDateWithinMaintenancePeriod(Boolean)
Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period.
Public methodStatic memberIsDateWithinMaintenancePeriod(Int32, Int32, Int32, Boolean)
Checks if the date provided is within VisionPro.Generic maintenance period.
Public methodStatic memberIsEitherLicenseEnabled
Checks if either of specified licensed features is valid and has not expired.
Public methodStatic memberIsLicenseEnabled(String, Boolean)
Checks if the licensed feature specified is valid and has not expired.
Public methodStatic memberIsLicenseEnabled(CogLicenseConstants, Boolean)
Checks if the licensed feature specified is valid and has not expired.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also