分享方式:


ICorDebugObjectValue2::GetVirtualMethodAndType 方法

尚未實作這個方法。

語法

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

備註

取得 "ICorDebugFunction" 和 "ICorDebugType" 執行個體 (代表指定成員參考的最衍生方法和類型) 的介面指標。

另請參閱