Startup MethodsCognex VisionPro 9.10

The Startup type exposes the following members.

Methods

  NameDescription
Public methodStatic memberInitialize
This function calls Vision.Init(), Registration.RegisterAll() and also explicitly loads the Cognex.Vision.*.dlls. Forcing all the dlls to load causes the contained types to be registered with cereal serialization.
Public methodStatic memberLoadLibraries
This function loads the dlls specified.
Public methodStatic memberProductNameToKey
Return the product key associated with the product name.
Public methodStatic memberShutdown
Used to shutdown Vision.
Public methodStatic memberWaitForInitDone
A blocking function that returns once Vision has finished initializing. Initialization is started by calling Initialize.
Top
See Also