gpt4 book ai didi

c# - 我如何在 C# 中释放对象

转载 作者:可可西里 更新时间:2023-11-01 08:01:07 24 4
gpt4 key购买 nike

谁能告诉我如何在 C# 中释放对象?比如我有一个对象:

Object obj1 = new Object();
//Some code using obj1
/*
Here I would like to free obj1,
after it is no longer required
and also more importantly
its scope is the full run time of the program.
*/

谢谢你的帮助

最佳答案

你不必。运行时的垃圾收集器会出现并为您清理它。这就是您首先使用 C# 而不是非托管 C++ 的原因:)

关于c# - 我如何在 C# 中释放对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2406794/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com