摘要
在.NET程序开发过程中普遍存在着对于类型转换和接口方法调用的随意使用,而这直接影响到程序的运行性能。对.NET Framework中类型的内部表示和运行机制进行了研究,并经过透彻的分析和反复的实验测试,阐明了由于类型转换和接口方法调用的随意使用而影响程序运行性能的根本原因,总结出了关于.NET程序开发过程中有关类型转换和接口方法调用的正确使用方式。
The abuse of class transformation and calling interface methods makes the execution of .NET programs much slower. The main reason for this is given. The internal expression and run-time mechanism of class in .NET Framework are researched, analyzed deeply and tested repeatedly. The correct use of class transformation and calling interface method is also presented.
出处
《计算机工程与设计》
CSCD
北大核心
2006年第13期2460-2462,共3页
Computer Engineering and Design
关键词
类型转换
接口方法调用
类型信息
.NET
对象头
class transformation
calling interface method
class information
.NET
object head