Share via


DkmManagedHeapSampler.GetNextEventHandlerLeaksJMC(UInt32) Method

Definition

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.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo[] GetNextEventHandlerLeaksJMC (uint Count);
member this.GetNextEventHandlerLeaksJMC : uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo[]
Public Function GetNextEventHandlerLeaksJMC (Count As UInteger) As DkmManagedHeapEventHandlerLeakInfo()

Parameters

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.

Applies to