[]
        
(Showing Draft Content)

C1.Util.DX.ObjectTracker

ObjectTracker Class

Track all allocated objects.

Inheritance
ObjectTracker
Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public static class ObjectTracker

Methods

Name Description
Find(ComObject)

Finds the object reference for a specific COM object.

Find(IntPtr)

Finds a list of object reference from a specified COM object pointer.

FindActiveObjects()

Reports all COM object that are active and not yet disposed.

ReportActiveObjects()

Reports all COM object that are active and not yet disposed.

Track(ComObject)

Tracks the specified COM object.

UnTrack(ComObject)

Untracks the specified COM object.

Events

Name Description
Tracked

Occurs when a ComObject is tracked.

UnTracked

Occurs when a ComObject is untracked.