ICorDebugValueBreakpoint::GetValue 方法

获取指向“ICorDebugValue ”对象的接口指针,该对象表示对其设置断点的对象的值。

语法

HRESULT GetValue (  
    [out] ICorDebugValue   **ppValue  
);  

参数

ppValue
[out] 指向 ICorDebugValue 对象地址的指针。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用

另请参阅