ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Configuration Class / UseThreadStaticObjectTracking Field

In This Topic
    UseThreadStaticObjectTracking Field
    In This Topic
    By default all objects in the process are tracked. Use this property to track objects per thread.
    Syntax
    'Declaration
     
    Public Shared UseThreadStaticObjectTracking As Boolean
    public static bool UseThreadStaticObjectTracking
    See Also