Udostępnij za pośrednictwem


DkmManagedHeapEventHandlerLeakInfo(UInt64, UInt64, String) Konstruktor

Definicja

Zainicjuj nową wartość DkmManagedHeapEventHandlerLeakInfo.

Ten interfejs API został wprowadzony w programie Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).

public DkmManagedHeapEventHandlerLeakInfo (ulong BytesWasted, ulong Address, string TypeName);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo : uint64 * uint64 * string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo
Public Sub New (BytesWasted As ULong, Address As ULong, TypeName As String)

Parametry

BytesWasted
UInt64

[W] Całkowita liczba bajtów zmarnowanych przez ten typ.

Address
UInt64

[W] Adres tego obiektu.

TypeName
String

[W] Nazwa typu programu obsługi zdarzeń wycieku.

Dotyczy