LivingObjectRecord.HasProbablyLeaked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Quick way to tell if the object that's alive is a leak or not. If true and sufficient time for garbage collection is allowed then the object is most likely a memory leak
public:
abstract property bool HasProbablyLeaked { bool get(); };
public abstract bool HasProbablyLeaked { get; }
member this.HasProbablyLeaked : bool
Public MustOverride ReadOnly Property HasProbablyLeaked As Boolean