共用方式為


DkmManagedHeapSampler.GetTotalBytesWastedByEventHandlerLeaks 方法

定義

傳回Managed堆積上事件處理程式流失的位元組總數。 此計算與每個流失信息結構的 BytesWasted 值分開。 這是因為外洩的子樹狀結構可能會重疊,導致保留的物件加倍計數。

位置條件約束:必須從 IDE 元件呼叫 API, (元件層級 > 100,000) 。

此 API 是在 Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8) 中引進。

public ulong GetTotalBytesWastedByEventHandlerLeaks ();
member this.GetTotalBytesWastedByEventHandlerLeaks : unit -> uint64
Public Function GetTotalBytesWastedByEventHandlerLeaks () As ULong

傳回

[Out]事件處理程式流失的總金額。

適用於