DkmManagedHeapSampler.GetAddressesForDuplicatedStringValue(String) 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.
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
[Out] The list of addresses found for the given duplicated string value.