LivingObjectRecord Class
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.
Generic way to get diagnostic information about living objects without 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 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 |
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. |