共用方式為


ICorDebugNativeFrame::GetLocalMemoryValue 方法

更新:2007 年 11 月

取得引數或區域變數的值,這個值會存放在此原生框架之指定的記憶體位置中。

HRESULT GetLocalMemoryValue (
    [in]  CORDB_ADDRESS      address,
    [in]  ULONG              cbSigBlob,
    [in]  PCCOR_SIGNATURE    pvSigBlob,
    [out] ICorDebugValue     **ppValue
);

參數

  • address
    [in] CORDB_ADDRESS 值,它會指定包含值的記憶體位置。

  • cbSigBlob
    [in] 整數,指定 pvSigBlob 所參考之二進位中繼資料簽章的大小。

  • pvSigBlob
    [in] PCCOR_SIGNATURE 值,其指向該值之型別的二進位中繼資料簽章。

  • ppValue
    [out] ICorDebugValue 物件位址的指標,表示存放在指定之記憶體位置中的擷取值。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugNativeFrame