文章分类 -  QTP技巧-.NET Framework相关

摘要:CTS stands for Common Type System. The common type system defines how types are declared, used, and managed in the runtime. It is also an important part of the runtime's support for cross-language integration 阅读全文
posted @ 2012-06-30 15:10 dushuai 阅读(194) 评论(0) 推荐(0)
摘要:MSIL and CLR1. MSIL stands for Microsoft Intermediate Language. All .NET programs when compiled produce the MSIL binaries.2. CLR stands for Common Language Runtime. The CLR component is responsible for converting the MSIL code into the operating systemcode. 阅读全文
posted @ 2012-06-30 15:08 dushuai 阅读(2590) 评论(0) 推荐(0)