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

其他资源

调试接口