文章列表
Can .NET Task instances go out of scope during run?(.NET Task 实例可以在运行期间超出范围吗?)
What is IDisposable for?(IDisposable 有什么用途?)
Is it bad practice to depend on the .NET automated garbage collector?(依赖 .NET 自动垃圾收集器是不好的做法吗?)
Prevent .NET Garbage collection for short period of time(在短时间内阻止 .NET 垃圾收集)
Why does a System.Timers.Timer survive GC but not System.Threading.Timer?(为什么 System.Timers.Timer 能在 GC 中存活,而 System.Threading.Timer 不能?)
Implementing IDisposable correctly(正确实施 IDisposable)
Unloading the Assembly loaded with Assembly.LoadFrom()(卸载使用 Assembly.LoadFrom() 加载的程序集)
What are the roots?(根源是什么?)
Do static members ever get garbage collected?(静态成员是否曾经被垃圾收集?)
Can Timers get automatically garbage collected?(计时器可以自动垃圾收集吗?)