共用方式為


ICorDebugObjectValue2

更新:2007 年 11 月

擴充 ICorDebugObjectValue 介面來支援繼承和覆寫。

interface ICorDebugObjectValue2 : IUnknown {
        
    HRESULT GetVirtualMethodAndType (
        [in] mdMemberRef          memberRef,
        [out] ICorDebugFunction   **ppFunction,
        [out] ICorDebugType       **ppType
    );
        
};

方法

方法

描述

ICorDebugObjectValue2::GetVirtualMethodAndType 方法

GetVirtualMethodAndType 尚未實作。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

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

請參閱

參考

ICorDebugObjectValue

其他資源

偵錯介面