Qus:    How will you enforce garbage collection in .NET.?
Dec 12, 2020 19:28 DotNet 2 Answers Views: 1425 FRAUSKY

 System.GC.Collect();



 In order to enforce garbage collection in .NET, use System.GC.Collect() method.

Prev Next
Answers (2)
SHIVA Dec 14, 2020 14:01
Answer:   System.GC.Collect();

PARTH Dec 14, 2020 14:17
Answer:   In order to enforce garbage collection in .NET, use System.GC.Collect() method.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect