CLR 如何进行内存管理

发布于 2024-12-04 11:34:03 字数 96 浏览 0 评论 0原文

从 到 很多天,我都在寻找一份详细文档,它将帮助我理解 CLR 完成的垃圾收集,并提供一些代码行的示例,包括一些函数、类、值类型和引用类型。如果有具体的文档可以逐步说明,请分享。

From To Many days I am searching for a detail document which will help me to understand garbage collection done by CLR with example of some lines of coding including some functions,class, value type and reference type. Please share with if there is certain document which shows it step by step.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

極樂鬼 2024-12-11 11:34:03

您可能可以在 MSDN 上找到最好的资源,可能如下:

http://msdn .microsoft.com/en-us/library/ms973837.aspx

(本文已过时)
http://msdn.microsoft.com/en-us/magazine/bb985010.aspx

You could probably find the best ressources on MSDN, maybe the following:

http://msdn.microsoft.com/en-us/library/ms973837.aspx

(this article is old)
http://msdn.microsoft.com/en-us/magazine/bb985010.aspx

酒浓于脸红 2024-12-11 11:34:03

如果您想了解垃圾收集的更一般主题,请看一下这本书 垃圾集合:自动动态内存管理算法

If you want to get into the more general topic of garbage collection take a look at the book Garbage Collection: Algorithms for Automatic Dynamic Memory Management.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文