共用方式為


ExtRemoteTyped::ExtRemoteTyped(PCSTR,ULONG64) 方法 (engextcpp.hpp)

ExtRemoteTyped 建構函式會建立 ExtRemoteTyped 類別的新實例。

語法

void ExtRemoteTyped(
  [in] PCSTR   Expr,
  [in] ULONG64 Offset
);

參數

[in] Expr

評估為所需符號的表達式。 默認表達式評估工具會評估此表達式。

[in] Offset

評估 Expr 表示式時可以使用的其他參數。 表達式中提供這個額外的參數作為虛擬緩存器 $extin。 例如,若要在特定位置指定進程環境區塊 (PEB),您可以將 Expr 設定為 C++ 運算式 (ntdll!_PEB *)@$extin。 這會將虛擬緩存器 $extin 轉換成PEB的指標。 然後,將 Offset 設定為PEB結構的位置。

傳回值

沒有

要求

要求 價值
目標平臺 桌面
標頭 engextcpp.hpp (包括 Engextcpp.hpp)

另請參閱

DEBUG_TYPED_DATA

ExtRemoteData

ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped (DEBUG_TYPED_DATA)

ExtRemoteTyped::ExtRemoteTyped (ExtRemoteTyped)

ExtRemoteTyped::ExtRemoteTyped (PCSTR)

ExtRemoteTyped::ExtRemoteTyped (PCSTR, ULONG64, bool)

ExtRemoteTyped::Set(bool)

ExtRemoteTyped::Set(pcstr ulong64 bool)

ExtRemoteTyped::Set(pcstr ulong64)

ExtRemoteTyped::Set(pcstr)

ExtRemoteTypedList