Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.DisposableTracker.GetDisposableObjects Method

Returns a collection of all tracked objects that have not yet been disposed.

Class: YetaWF.Core.Support.DisposableTracker
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static List<TrackedEntry> GetDisposableObjects();

Return Value

Returns the collection of tracked objects that have not yet been disposed.

See Also YetaWF.Core.Support.DisposableTracker ClassYetaWF.Core Overview