IDkmManagedHeapSampler178.AnalyzeEventHandlerLeaks Method
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.
Analyze the event handler leaks found on the heap, without returning them. Should be called after the objects walk, and never after the roots walk as the process may have resumed.
public void AnalyzeEventHandlerLeaks(Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, string[] excludedTypes);
abstract member AnalyzeEventHandlerLeaks : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * string[] -> unit
Public Sub AnalyzeEventHandlerLeaks (managedHeapSampler As DkmManagedHeapSampler, excludedTypes As String())
Parameters
- managedHeapSampler
- DkmManagedHeapSampler
[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.
- excludedTypes
- String[]
[In] The types (represented by RegEx expressions) that will be filtered out for the JMC APIs.