c# - Is it possible to stop .NET garbage collection? -


Is a programmer able to start / stop a disturbance in programming language for programmers? For example, performance optimization and so on.

Not really, you can signal through such methods, but it is completely Can not stop.

Besides, there is no depth of garbage collection process. Programmers rarely worry about it.


Comments