garbage collection .NET CF

  • Thread starter Thread starter Kiran Pannu
  • Start date Start date
K

Kiran Pannu

I am planning to do some research on garbage collection facilities of
C#.NET COMPACT FRAMEWORK. I am wondering if someone can help me with
following questions,examples will be highly appreciated:
1.Do we have built in explicit control of garbage collector?
2.How is garbage collected? Is there a continuous overhead associated
with the algorithm, or is it a runtime issue?
3.Garbage collection algorithm and related specifics? Control or tuning
facilities?

Thanks in advance,
Kiran
 
Back
Top