LivingObjectRecord Class

Definition

Generic way to get diagnostic information about living objects wihtout a specific type T

public ref class LivingObjectRecord abstract
public abstract class LivingObjectRecord
type LivingObjectRecord = class
Public MustInherit Class LivingObjectRecord
Inheritance
LivingObjectRecord
Derived

Constructors

LivingObjectRecord()

Properties

Description

Description of the object being tracked so that can be displayed in human readable format apart from identifier. Usually shorter than a full preview. May contain PII. Not suitable for telemetry. Used by partners or tests.

HasProbablyLeaked

Quick way to tell if the object thats 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

Identifier

Identifier for the current object. May contain PII. Not suitable for telemetry. Used by partners or tests.

Preview

Preview for the object to help diagnose the leak quickly. May contain PII. Not suitable for telemetry. Used by partners or tests.

Applies to