共用方式為


ICorDebugObjectValue2::GetVirtualMethodAndType 方法

尚未實作這個方法。

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

備註

取得 ICorDebugFunctionICorDebugType 執行個體的介面指標,這些執行個體代表指定之成員參考的最末層衍生方法和型別。

請參閱

參考

ICorDebugObjectValue 介面

ICorDebugObjectValue2 介面