共用方式為


ICorDebugValueBreakpoint::GetValue 方法

取得 "ICorDebugValue" 物件的介面指標,表示設定中斷點的物件值。

語法

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

參數

ppValue
[out] ICorDebugValue 物件的位址指標。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起可用

另請參閱