IDkmManagedHeapSampler175 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 heap sampler to detect 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 5 (DkmApiVersion.VS17Update5).
public interface IDkmManagedHeapSampler175
type IDkmManagedHeapSampler175 = interface
Public Interface IDkmManagedHeapSampler175
Methods
GetAddressesForDuplicatedStringValue(DkmManagedHeapSampler, String) |
Retrieve all the addresses found for the given duplicated string value. Only returns valid results for strings obtained via GetNextDuplicateStrings. |
GetNextDuplicateStrings(DkmManagedHeapSampler, UInt32) |
Attempts to retrieve the value of the next requested portion of the duplicate strings from the managed heap. Should not be called before the heap walk has completed. |