相关文章  
  • 浅谈如何利用BartPE创建PE工具盘
  • Windows Mobile 2003 Second Edition 中 ActiveSync 编程模型的增强功能
  • 在完成所有绑定后仍然有许多要进行的操作
  • 在你的企业中管理Windows和应用程序
  • 动态加载用户控件的组件
  • 小心GDI+资源泄漏 -- 猜想 测试 应对全过程
  • 浅谈 C# 中的代码协同 (Coroutine) 执行支持
  • 在 C# 中处理结构内的数组源代码分析
  • 教你通过 Emit 实现动态生成一个类
  • 如何才能在10046event自由漫步
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    谈 WinDbg 之 InternalCall 的使用与实现6

    ", which for fcall
      // means that its m_CodeOrIL is not already set. We explicitly
      // check for the mcECall bit since IsECall is really
      // IsRuntimeGenerated and so includes array also
      if (IsJitted() && (mcECall == GetClassification()))
      pStub = (Stub*) GetAddrofJittedCode();
      else
      pStub = (Stub*) FindImplForMethod(this);
      }
      
      if (pStub != 0)
      {
      _ASSERTE(IsECall() || !(GetClass()->IsAnyDelegateClass()));
      if (!fRemotingIntercepted && !(GetClass()->IsAnyDelegateClass()))
      {
      // backpatch the main slot.
      pMT->GetVtable()[GetSlot()] = (SLOT) pStub;
      }
      bBashCall = bIsCode = TRUE;
      }
      else
      {
      //...
      }
      }
      }
      }
      
      inline DWORD MethodDesc::IsECall()
      {
      return mcECall ==

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9]6页、共9页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved