1
I know that in . NET/CLR, the Garbage Collector acts alone, without it being necessary to call him manually.
There are cases where the Garbage Collector does not "collect" automatically? When it is necessary to use the GC.Collect()
?
1
I know that in . NET/CLR, the Garbage Collector acts alone, without it being necessary to call him manually.
There are cases where the Garbage Collector does not "collect" automatically? When it is necessary to use the GC.Collect()
?
Browser other questions tagged c# .net vb.net memory-management garbage-collector
You are not signed in. Login or sign up in order to post.