CogAcqFifoTool GarbageCollectionEnabled Property Cognex VisionPro 9.5
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public bool GarbageCollectionEnabled { get; set; }

Property Value

Type: Boolean
A boolean specifying whether this tool will periodically make an explicit call to the garbage collector.
See Also