LivingObjectRecord<T>(T, String, String, Boolean, String) Constructor
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.
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