LivingObjectRecord<T>(T, String, String, Boolean, String) Constructor

Definition

Constructor to create a record of the living object in memory.

public:
 LivingObjectRecord(T livingObject, System::String ^ identifier, System::String ^ description, bool hasProbablyLeaked, System::String ^ preview);
public LivingObjectRecord (T livingObject, string identifier, string description, bool hasProbablyLeaked, string preview);
new Microsoft.VisualStudio.Utilities.LivingObjectRecord<'T (requires 'T : null)> : 'T * string * string * bool * string -> Microsoft.VisualStudio.Utilities.LivingObjectRecord<'T (requires 'T : null)>
Public Sub New (livingObject As T, identifier As String, description As String, hasProbablyLeaked As Boolean, preview As String)

Parameters

livingObject
T
identifier
String
description
String
hasProbablyLeaked
Boolean
preview
String

Applies to