If true, this tool will call garbage collection (i.e. System.GC.Collect()) after it has been run a specified number of times. If false, garbage collection will never be called explicitly by this tool. The GarbageCollectionFrequency property specifies the number of times that the tool can be run before garbage collection will occur.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Property Value
Type: BooleanA boolean specifying whether this tool will periodically make an explicit call to the garbage collector.
See Also