ILivingObjectDiagnostics<T>.HasProbablyLeaked(T) Method

Definition

This method may require UI thread access depending on the implementation

public:
 bool HasProbablyLeaked(T trackedObject);
public bool HasProbablyLeaked (T trackedObject);
abstract member HasProbablyLeaked : 'T -> bool
Public Function HasProbablyLeaked (trackedObject As T) As Boolean

Parameters

trackedObject
T

Returns

Applies to