是否有可能阻止.NET垃圾回收? [英] Is it possible to stop .NET garbage collection?

查看:130
本文介绍了是否有可能阻止.NET垃圾回收?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能为程序员编程方式启动/停止在C#编程语言中的垃圾回收?例如,对于性能优化等

Is it possible for a programmer to programmatically start/stop the garbage collection in C# programming language? For example, for performance optimization and so on.

推荐答案

不是真的。您可以给 GC 通过像 <$方法提示C $ C> GC.AddMemory pressure 或的 GC.RemoveMemory pressure 但不能完全阻止它。

Not really. You can give the GC hints via methods like GC.AddMemoryPressure or GC.RemoveMemoryPressure but not stop it outright.

此外,垃圾收集不是密集的一个过程。程序员很少以往任何时候都担心。

Besides, garbage collection is not that intensive of a process. Programmers very rarely ever worry about it.

这篇关于是否有可能阻止.NET垃圾回收?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆