The Startup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Initialize | 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. | |
| LoadLibraries | This function loads the dlls specified. | |
| ProductNameToKey | Return the product key associated with the product name. | |
| Shutdown | Used to shutdown Vision. | |
| WaitForInitDone | A blocking function that returns once Vision has finished initializing.
Initialization is started by calling Initialize. |
See Also