• Tutorials
  • Courses
  • Tracks

C# | Garbage Collection | Q-3

Last Updated :
Discuss
Comments

Which GC method forces collection of all generations?

GC.GetTotalMemory()

GC.MaxGeneration

GC.Collect()

GC.WaitForPendingFinalizers()

Tags:
Share your thoughts in the comments
Article Tags :