ICorDebugObjectValue2::GetVirtualMethodAndType 方法

此方法尚未实现。

HRESULT GetVirtualMethodAndType (
    [in] mdMemberRef          memberRef,
    [out] ICorDebugFunction   **ppFunction,
    [out] ICorDebugType       **ppType
);

备注

获取指向 ICorDebugFunctionICorDebugType 实例的接口指针,这两个实例分别表示指定成员引用的派生程度最大的方法和类型。

请参见

参考

ICorDebugObjectValue 接口

ICorDebugObjectValue2 接口