LivingObjectRecord<T> 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 of a specific type T
generic <typename T>
where T : classpublic ref class LivingObjectRecord sealed : Microsoft::VisualStudio::Utilities::LivingObjectRecord
public sealed class LivingObjectRecord<T> : Microsoft.VisualStudio.Utilities.LivingObjectRecord where T : class
type LivingObjectRecord<'T (requires 'T : null)> = class
inherit LivingObjectRecord
Public NotInheritable Class LivingObjectRecord(Of T)
Inherits LivingObjectRecord
Type Parameters
- T
- Inheritance
Constructors
LivingObjectRecord<T>(T, String, String, Boolean, String) |
Constructor to create a record of the living object in memory. |
Properties
Description | |
HasProbablyLeaked | |
Identifier | |
LivingObject |
The object being leaked. Do not pass to telemetry directly as it may contain PII. Not suitable for telemetry. Used by partners or tests. Please note if the actual object represented by the weak reference should be held for a very short time for test or telemetry purposes only. |
Preview |