Automatic memory management is one of the services that the common language runtime provides 自动内存管理是公共语言运行库提供的服务之一。
Automatic memory management is one of the services that the common language runtime provides during 自动内存管理自动内存管理是公共语言运行库在
Automatic memory management simplifies development by eliminating the common bugs that arise from manual memory management schemes 自动内存管理通过消除手动内存管理方案引起的常见bug简化了开发。
Regardless of which managed language you use , the . net framework s garbage collector provides automatic memory management 不管您使用哪一种托管语言, . net framework的垃圾回收器都提供自动内存管理。
This automatic memory management resolves the two most common application errors , memory leaks and invalid memory references 这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。