
.net
文章平均质量分 58
cloud
这个作者很懒,什么都没留下…
展开
-
.NET中的垃圾回收(上)
目录l 导言l 关于垃圾回收l 垃圾回收算法m 应用程序根(Application Roots)l 实现m 阶段I: 标记(Mark)m 阶段II: 整理(Compact)l 终结(Finalization)l 垃圾回收性能的原创 2004-01-06 10:04:00 · 2371 阅读 · 1 评论 -
.NET中的垃圾回收(下)
垃圾回收性能的优化l 弱引用(WeakReference)l 代(Generations) 弱引用(WeakReference) 弱引用(WeakReference)是提高性能的一种方式,用于减少托管堆中大对象的压力。 当一个根指向一个对象时,它被称为这个对象的一个强引用并且这个对象不能被回收,因为应原创 2004-01-06 10:04:00 · 2477 阅读 · 0 评论 -
Control的Region属性
今天在反编译.net framework的时候,发现Control有个Region属性,查了一下文档,定义是:The window region is a collection of pixels within the window where the operating system permits drawing. The operating system does not display原创 2004-07-01 12:32:00 · 2836 阅读 · 1 评论