IDkmManagedHeapSampler177 Interface
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.
Interface implemented by the managed heap sampler to retrieve segments and analyze duplicate strings.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, RuntimeId.
This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).
public interface IDkmManagedHeapSampler177
type IDkmManagedHeapSampler177 = interface
Public Interface IDkmManagedHeapSampler177
Methods
AnalyzeDuplicateStrings(DkmManagedHeapSampler) |
Analyze the duplicate strings 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. |
GetSegments(DkmManagedHeapSampler) |
Gets the list of segments in the heap. |