共用方式為


DkmManagedHeapSampler.AnalyzeEventHandlerLeaks(String[]) 方法

定義

分析堆積上找到的事件處理程式流失,而不傳回它們。 應該在物件逐步解說之後呼叫,而且永遠不會在根逐步解說之後呼叫,因為程式可能已經繼續。

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

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

public void AnalyzeEventHandlerLeaks (string[] ExcludedTypes);
member this.AnalyzeEventHandlerLeaks : string[] -> unit
Public Sub AnalyzeEventHandlerLeaks (ExcludedTypes As String())

參數

ExcludedTypes
String[]

[In]RegEx 運算式所代表的類型 () 會針對 JMC API 篩選掉。

適用於