次の方法で共有


DkmManagedHeapSampler.GetAddressesForDuplicatedStringValue(String) メソッド

定義

指定された重複する文字列値に対して見つかったすべてのアドレスを取得します。 GetNextDuplicateStrings を使用して取得された文字列の有効な結果のみを返します。

場所の制約: API は IDE コンポーネント (コンポーネント レベル > 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

[入力]重複する文字列値。

戻り値

UInt64[]

[出力]指定された重複する文字列値に対して見つかったアドレスの一覧。

適用対象