IDkmManagedHeapSampler178.GetNextEventHandlerLeaksJMC 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.
Attempts to retrieve the value of the next requested portion of the instances of the event handler leaks from the managed heap with excluded types filtered out. Should not be called before the heap walk has completed.
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo[]? GetNextEventHandlerLeaksJMC(Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, uint count);
abstract member GetNextEventHandlerLeaksJMC : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo[]
Public Function GetNextEventHandlerLeaksJMC (managedHeapSampler As DkmManagedHeapSampler, count As UInteger) As DkmManagedHeapEventHandlerLeakInfo()
Parameters
- managedHeapSampler
- DkmManagedHeapSampler
[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.
- count
- UInt32
[In] The number of items requested.
Returns
[Out] The object info of the instances of the event handler leak without types matching the excluded types.