摘要: add=Adds two values and pushes the result onto the evaluation stack.add.ovf=Adds two integers, performs an overflow check, and pushes the result onto the evaluation stack.add.ovf.un=Adds two unsigned ... 阅读全文
posted @ 2007-04-29 12:16 Ready! 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 术语“托管(managed)”是许多混乱产生的起因,在.NET中,它被用于许多不同的地方,所表达的东西有着细微的差别。 托管代码(Managed code):.NET framewor为运行在它里面的程序提供了数个核心运行时服务,例如异常处理和安全。为了使这些服务能够运作起来,代码必须向运行时提供最起码的信息,这样的代码被称为托管代码。默认来说,所有C#和Visual Basic.NET代码都是... 阅读全文
posted @ 2007-04-29 10:23 Ready! 阅读(865) 评论(0) 推荐(0) 编辑
摘要: MSIL: Microsoft Intermediate LanguageCLR: Common Language RuntimeCTS: Common Type SystemCLS: Common Language Specification....to be continued 阅读全文
posted @ 2007-04-29 10:17 Ready! 阅读(192) 评论(0) 推荐(0) 编辑