共用方式為


DkmManagedHeapSampler.GetAddressesForDuplicatedStringValue(String) 方法

定義

擷取針對指定重複字串值找到的所有位址。 只會傳回透過 GetNextDuplicateStrings 取得之字串的有效結果。

位置條件約束:必須從 IDE 元件呼叫 API, (元件層級 > 100,000) 。

此 API 是在 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()

參數

Value
String

[In]重複的字串值。

傳回

UInt64[]

[Out]針對指定重複字串值找到的位址清單。

適用於