[]
Track all allocated objects.
public static class ObjectTracker
| 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. |
| Name | Description |
|---|---|
| Tracked | Occurs when a ComObject is tracked. |
| UnTracked | Occurs when a ComObject is untracked. |