[]
Global configuration.
public static class Configuration
Enables or disables object tracking. Default is disabled (false).
public static bool EnableObjectTracking
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.
Enables or disables release of ComObject on finalizer. Default is disabled (false).
public static bool EnableReleaseOnFinalizer
Enables or disables writing a warning via System.Diagnostics.Trace if a ComObject was disposed in the finalizer. Default is enabled (true).
public static bool EnableTrackingReleaseOnFinalizer
By default all objects in the process are tracked. Use this property to track objects per thread.
public static bool UseThreadStaticObjectTracking