此方法尚未实现。
HRESULT GetVirtualMethodAndType (
[in] mdMemberRef memberRef,
[out] ICorDebugFunction **ppFunction,
[out] ICorDebugType **ppType
);
备注
获取指向 ICorDebugFunction 和 ICorDebugType 实例的接口指针,这两个实例分别表示指定成员引用的派生程度最大的方法和类型。