ICorDebugValueBreakpoint::GetValue 方法

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

Syntax

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

参数

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

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅