Share via


LivingObjectRecord.HasProbablyLeaked Property

Definition

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

Property Value

Applies to