ILivingObjectDiagnostics<T>.HasProbablyLeaked(T) Method
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.
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