Click or drag to resize
AB4D logo

DXResourcesTracker Methods

The DXResourcesTracker type exposes the following members.

Methods
 NameDescription
Public methodAddResource Add IDXResource to the list of tracked resources.
Public methodDumpTrackedResources Writes formatted string with tracked resources with the System.Diagnostics.Debug.WriteLine.
Public methodGetTrackedResources Gets a list of IDXResources objects that were tracked while tracking was enabled and are still alive (garbage collector did not disposed them yet).
Public methodGetTrackedResourcesReport Gets a formatted string with tracked resources.
Public methodStartTrackingResources Starts tracking of resources.
Public methodStopTrackingResources Stop tracking resources.
Top
See Also