ICorDebugObjectValue2::GetVirtualMethodAndType 方法

此方法尚未实现。

语法

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

备注

获取指向“ICorDebugFunction”和“ICorDebugType”实例的接口指针,这些实例表示指定成员引用的派生程度最高的方法和类型。

请参阅