Qus:    How will you enforce garbage collection in .NET.?
Dec 12, 2020 13:28 2 Answers Views: 589 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 08:01
Answer:   System.GC.Collect();

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

Post Your Answer
Guest User

Not sure what course is right for you?

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


Let`s Connect