PrepAway - Latest Free Exam Questions & Answers

Which garbage collector method should you use?

You are developing an application by using C#.
The application includes an object that performs a long running process.
You need to ensure that the garbage collector does not release the object’s resources until the
process completes.
Which garbage collector method should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
RemoveMemoryPressure()

B.
ReRegisterForFinalize()

C.
WaitForFullGCComplete()

D.
KeepAlive()

4 Comments on “Which garbage collector method should you use?

  1. Kaabi says:

    GC KeepAlive(), References the specified object, which makes it ineligible for garbage collection from the start of the current routine to the point where this method is called.




    0



    0

Leave a Reply