获取引用的对象。
Syntax
HRESULT Dereference (
[out] ICorDebugValue **ppValue
);
参数
ppValue [out]指向 ICorDebugValue 地址的指针,该地址表示此 ICorDebugReferenceValue 对象指向的对象。
注解
ICorDebugValue仅当对象尚未禁用其引用时才有效。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起可用