Share via


DkmManagedHeapSampler.GetAddressesForDuplicatedStringValue(String) Method

Definition

Retrieve all the addresses found for the given duplicated string value. Only returns valid results for strings obtained via GetNextDuplicateStrings.

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

This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).

public ulong[] GetAddressesForDuplicatedStringValue (string Value);
member this.GetAddressesForDuplicatedStringValue : string -> uint64[]
Public Function GetAddressesForDuplicatedStringValue (Value As String) As ULong()

Parameters

Value
String

[In] The duplicated string value.

Returns

UInt64[]

[Out] The list of addresses found for the given duplicated string value.

Applies to