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?

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?

A.
ReRegisterForFinalize()

B.
SuppressFinalize()

C.
Collect()

D.
WaitForFullGCApproach()



Leave a Reply 5

Your email address will not be published. Required fields are marked *


ASV

ASV

17 and 64 are the same.

Maurizio

Maurizio

Can anyone provide more information about correct answer?

Hich

Hich

SuppressFinalize inform the runtime (GC) that the object doesn’t need to be finalized any more

asd

asd

HEEEEEEEEEEEEY MACARENA