The ScriptTempFileManager is used as a singleton instance
to keep track of the temporarily created files during the execution of QuickBuild or custom application that involves scripting and debug mode
On app exit this class takes care of deleting the temporarily files created during the execution.
Inheritance Hierarchy
Cognex.VisionPro.Implementation.Internal ScriptTempFileManager
Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
The ScriptTempFileManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddTempFileName | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVisionProTempDir | ||
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Instance | ||
| TempFileCount |
See Also