ICorDebugReferenceValue::GetValue 方法

获取所引用对象的当前内存地址。

HRESULT GetValue (
    [out] CORDB_ADDRESS   *pValue
);

参数

  • pValue
    [out] 一个指向 CORDB_ADDRESS 值的指针,该值指定此 ICorDebugReferenceValue 对象所指向的对象的地址。

要求

**平台:**请参见 .NET Framework 系统要求

头文件: CorDebug.idl、CorDebug.h

**库:**CorGuids.lib

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

请参见

参考

ICorDebugReferenceValue 接口