<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/mountaintaiII" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/mountaintaiII" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 02 Aug 2009 21:55:00 GMT</lastBuildDate><title>mountaintai二世的运动场</title><description>要思维敏捷，要身体倍儿棒</description><link>http://blog.csdn.net/mountaintaiII/</link><item><title>MSDN Webcast预告：.NET 4.0中的新特性系列课程(5)：追踪CLR——使用Windows事件跟踪(ETW)观察公共语言运行时CLR(Level 300)</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/08/02/4402425.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4402425.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4402425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4402425</trackback:ping><description>在最新一期的.NET 4.0新特性系列课程中，我将继续给大家介绍CLR 4.0中的一些新特性。被次课程聚焦于性能，具体信息如下：  MSDN Webcast - .NET 4.0中的新特性系列课程(5)：追踪CLR——使用Windows事件跟踪(ETW)观察公共语言运行时CLR(Level 300)   讲 师：       朱永泰        开始日期：  2009年8月18日 14:30中国           课程简介： CLR 4.0在开发的过程中，全面支持了Windows事件跟踪。作为一个事件提供者，CLR提供了形形色色的事件，诸如垃圾回收(GC)，即时编译(Jit)等等。对CLR事件的追踪可以用来度量CLR的性能，以及帮助用户做错误诊断。本次讲座从Windows事件跟踪的基本概念入手，讲解如何追踪CLR事件，进而观察CLR的一些运作机理。   &lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4402425.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041686/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/08/02/4402425.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041686/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041686/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 03 Aug 2009 05:55:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/08/02/4402425.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/08/02/4402425.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/08/02/4402425.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041686/4055296</fs:itemid></item><item><title>CLR 4.0 安全模型</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/07/24/4377477.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4377477.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4377477.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4377477</trackback:ping><description>在公共语言运行时(CLR)过往的版本中，安全模型一直是最为复杂的模块之一，由于涉及Evidence，CAS策略等机制，难以被用户使用。在Silverlight中，CLR团队提出了三层安全级别，大大简化了安全模型，得到了很多积极的反馈。所以CLR4.0对之加以改进，希望能帮助用户开发出更为安全的应用程序。  三层安全级别及其运作机制  CLR4.0中的安全级别，从低到高排列如下：     Transparent     SafeCritical     Critical    其运作机制如下图所示，可以用三个箭头加以说明：     Transparent的代码可以调用SafeCritical的代码     SafeCritical的代码可以调用Critical的代码     Transparent的代码不可以调用Critical的代码      下面的代码展示了安全级别的运作机制:    1: using System;
  2: using System.Security;
  3: 
  4: // 这个属性使得assembly中没有Security标记的方法默认为Transp&lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4377477.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041687/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/07/24/4377477.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041687/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041687/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 24 Jul 2009 16:52:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/07/24/4377477.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/07/24/4377477.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/07/24/4377477.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041687/4055296</fs:itemid></item><item><title>IL Stub Diagnostic Tool在CodePlex上发布了！</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/07/14/4348287.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4348287.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4348287.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4348287</trackback:ping><description>该工具主要帮助大家诊断Interop Marshalling中间遇到的问题。它的源代码和二进制文件可以在CodePlex上下载：http://clrinterop.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29745  本文首先介绍关于Interop Marshalling的背景，然后通过一个例子来介绍IL Stub Diagnostic工具的使用。  Interop Marshalling: 当我们在托管代码中调用本地代码或者反过来在本地代码中调用托管代码的时候，我们就在做.Net Interop，如下图所示。当我们在托管代码和本地代码之间传递数据的时候，我们就需要Marshalling。长久以来，Marshalling一直是错误的温床。程序员需要通过设置一些列的属性来告诉CLR他们期待的marshalling逻辑，由于看不到CLR生成的具体代码（当然，在调试器里面可以看到汇编代码），所以和Marshalling相关的错误总是难于诊断。我们这次在codeplex上发布的工具就力图解决这个问题。       Intermed&lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4348287.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041688/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/07/14/4348287.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041688/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041688/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Jul 2009 01:55:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/07/14/4348287.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/07/14/4348287.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/07/14/4348287.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041688/4055296</fs:itemid></item><item><title>MSDN Webcast预告：.NET 4.0中的新特性系列课程(3)：.NET 4.0 Beta1 Interop 新特性介绍 (Level 200)</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/06/18/4278006.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4278006.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4278006.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4278006</trackback:ping><description>本期WebCast, 我的同事和我主要介绍.NET 4.0 中和CLR Interop相关的新特性。  .NET 4.0中的新特性系列课程(3)：.NET 4.0 Beta1 Interop 新特性介绍 (Level 200)  主要内容有                Stub Method Redirection（也就是Customization of COM interop stubs)                Custom QI                IL stub diagnostics  &lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4278006.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041689/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/06/18/4278006.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041689/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041689/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 08:25:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/06/18/4278006.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/06/18/4278006.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/06/18/4278006.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041689/4055296</fs:itemid></item><item><title>CLR 4 新特性 ------ 概览</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/06/06/4250316.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4250316.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4250316.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4250316</trackback:ping><description>.NET 4中发布了最新版本的公共语言运行时，简称CLR (Common Language Runtime) 。这个版本是CLR 2.0之后又一个新的版本，包含着CLR小组几年以来的辛勤工作。  CLR上海团队计划在未来的几个月内陆续介绍其中的一些特性，本文作为一个概览，先作蜻蜓点水，抛砖引玉。也欢迎大家回复本文，告诉我们你所感兴趣的话题，我们会进一步作深入的介绍。  CLR 简介  CLR作为.NET框架中最为底层的部件，扮演着运行托管代码虚拟机的角色，承担着诸如即时编译(Just In Time Compile)，垃圾回收(Garbage Collect)等任务。打一个比方，如果把操作系统看做是运行二进制程序的宿主，那么CLR就是托管世界的操作系统。     图一 CLR 在.NET框架中所处的位置  CLR作为.NET框架中的一部分，总是跟着.NET发行，但是近年来.NET的发行版本从2.0一直到3.5, 但是CLR却还一直保留在2.0，如下表所示：                               .NET框架版本                           &lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4250316.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041690/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/06/06/4250316.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041690/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041690/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 06 Jun 2009 23:42:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/06/06/4250316.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/06/06/4250316.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/06/06/4250316.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041690/4055296</fs:itemid></item><item><title>数组Marshalling</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/06/01/4230213.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4230213.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4230213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4230213</trackback:ping><description>在托管代码和本地代码之间传递数组，是interop marshaling中间比较复杂的一个问题。本文从数组的定义开始，介绍数组marshalling的三种方法，并对blittable类型等概念做进一步的讨论。 &lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4230213.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041691/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/06/01/4230213.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041691/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041691/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jun 2009 08:37:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/06/01/4230213.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/06/01/4230213.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/06/01/4230213.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041691/4055296</fs:itemid></item><item><title>Visual Studio 2010 和 .NET FX 4 Beta 1 发布了!</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/05/19/4199831.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4199831.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4199831.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4199831</trackback:ping><description>&lt;br /&gt;Soma的博客(http://blogs.msdn.com/somasegar/ )在早些时间宣布了这一消息，目前暂时还只是MSDN订阅者可以下载到，不过根据Soma的说法，非MSDN订阅者稍后(周三)也可以见到Beta1了。&lt;br /&gt;作为一个CLR(Common Language Runtime)的开发者，我们也将迎来几年以来最大的一个版本，在CLR4(属于.NET FX 4的一部分)中，你将看到形形色色的新特性，比如简化了的security模型，更高效的Cuncrrent GC，契约式编程的支持，解决了部署问题的等价类型等等，在接下来的几周中，我将就这些新特性一一道来，敬请期待！&lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4199831.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/264041692/mountaintaiII/csdn.net/s.gif?r=http://blog.csdn.net/mountaintaiII/archive/2009/05/19/4199831.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041692/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041692/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 19 May 2009 08:31:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/05/19/4199831.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/05/19/4199831.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/05/19/4199831.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041692/4055296</fs:itemid></item><item><title>Finalizer线程对Object生命周期的影响</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/04/13/4071271.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4071271.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4071271.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4071271</trackback:ping><description>在这篇博客中，我将介绍GC(垃圾回收器)和finalizer线程的关系，讨论对象经历GC以及Finalizer线程调用其Finalize方法的生存期。在介绍了WeakReference（弱引用）之后，给出对象跟踪器的实现来验证生存周期的论述。最后，demo一个令对象复活的小程序。&lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4071271.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041693/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041693/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 13 Apr 2009 23:13:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/04/13/4071271.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/04/13/4071271.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/04/13/4071271.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041693/4055296</fs:itemid></item><item><title>小览CallStack(调用栈)(三)-用调试器脚本查看调用栈信息</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/04/12/4068008.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4068008.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4068008.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4068008</trackback:ping><description>在这一系列之前的两篇文章中，我介绍了如何在windbg中查看调用栈的相关信息（详见小览call stack(调用栈)(一)），以及调用约定（详见小览call stack(调用栈) (二)——调用约定）。今天的这篇博客在二者的基础之上，介绍如何使用调式器脚本程序来观察调用栈。对CallStack感兴趣的朋友可以在此基础上开发更加详尽的脚本来观察CallStack的信息；对调试感兴趣的朋友则可以看一下DScript的用处。 &lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4068008.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041694/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041694/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 13 Apr 2009 07:59:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/04/12/4068008.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/04/12/4068008.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/04/12/4068008.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041694/4055296</fs:itemid></item><item><title>预告：4月20日，MSDN网络广播: .Net Interop Marshalling进阶篇</title><link>http://blog.csdn.net/mountaintaiII/archive/2009/04/04/4048568.aspx</link><wfw:comment>http://blog.csdn.net/mountaintaiII/comments/4048568.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mountaintaiII/comments/commentRss/4048568.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4048568</trackback:ping><description>&lt;br /&gt;4.20下午2:30~4:00，我的同事和我将在MSDN的网络广播上，就.Net Interop 
marshaling中比较复杂的问题，比如各式各样的string传递，数组传递展开相关讨论，欢迎大家收听。稍后将放出收听地址。&lt;img src =&quot;http://blog.csdn.net/mountaintaiII/aggbug/4048568.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/mountaintaiII/264041695/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/mountaintaiII/264041695/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 05 Apr 2009 00:28:00 +0800</pubDate><author>mountaintaiII</author><comments>http://blog.csdn.net/mountaintaiII/archive/2009/04/04/4048568.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mountaintaiII/archive/2009/04/04/4048568.aspx</guid><dc:creator>mountaintaiII</dc:creator><fs:srclink>http://blog.csdn.net/mountaintaiII/archive/2009/04/04/4048568.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mountaintaiII/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/mountaintaiII/~5926847/264041695/4055296</fs:itemid></item></channel></rss>
