[]
Enables or disables object tracking. Default is disabled (false).
public static bool EnableObjectTracking
Type | Description |
---|---|
bool | Enables or disables object tracking. Default is disabled (false). |
Object Tracking is used to track COM object lifecycle creation/dispose. When this option is enabled objects can be tracked using ObjectTracker. Using Object tracking has a significant impact on performance and should be used only while debugging.