2007年11月19日

摘要: 这篇文章里,用il语言解释一下static方法和non-static方法在调用的时候,堆栈顶部传递参数的不同形式。首先看一段代码:class TestClass { public static readonly int i = 10; static void Main(string[] args) { TestClass testClass = new TestClass(); TestStat... 阅读全文
posted @ 2007-11-19 14:02 lbq1221119 阅读(1609) 评论(4) 推荐(0) 编辑

导航