V
vikaskuk
Hi,
I am using GC.Collect() in my application to clean the unmanaged
objects(Excel,Microsoft Project Plan objects) from memory.
My question is whenever I use GC.Collect()
Is operating system treats it as a command and starts collecting the
memory immediately?
or operating system treats it as request and It may or may not clean
the memory depending upon available memory to the system ?
Regards,
Vikas
I am using GC.Collect() in my application to clean the unmanaged
objects(Excel,Microsoft Project Plan objects) from memory.
My question is whenever I use GC.Collect()
Is operating system treats it as a command and starts collecting the
memory immediately?
or operating system treats it as request and It may or may not clean
the memory depending upon available memory to the system ?
Regards,
Vikas