close、dispose、finalize、GC、Idisposable、……你对它们有清楚的描述吗?
我对 close、dispose、finalize、GC、Idisposable 完全感到困惑。 哦,你能给我一份清晰的描述吗?
i am completely confused about close, dispose, finalize, GC, Idisposable.
Oh, could you please send me a clear description of them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个相当大的话题。 我可以推荐一下 Richter 的CLR via C# 这本书吗? 它详细介绍了您提到的所有问题。
非常简短的翻译:
更多详情请查阅本书。 这篇相当详尽的博客文章 Joe Duffy 的著作对于理解 IDisposable 和终结器也非常有用。
That is a fairly large topic. May I recommend the book CLR via C# by Richter. It goes into details about all the issues you mention.
A very brief translation:
For more details please consult the book. This rather elaborate blog entry by Joe Duffy is also very useful for understanding IDisposable and finalizers.