ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Boolean
    public static System.bool UseThreadStaticObjectTracking
    See Also