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