LivingObjectRecord<T>(T, String, String, Boolean, String) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bellekte yaşayan nesne kaydını oluşturmak için Oluşturucu.
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)
Parametreler
- livingObject
- T
- identifier
- String
- description
- String
- hasProbablyLeaked
- Boolean
- preview
- String