How can I find the size of particular object such as Rectangle, Canvas or Glyphs objects in my silverlight application?
can I use memprofiler or antz profiler on silverlight runtime?
How can I find the size of particular object such as Rectangle, Canvas or Glyphs objects in my silverlight application?
can I use memprofiler or antz profiler on silverlight runtime?
Related: Does a Silverlight memory profiler exist?
Windbg with SOS extensions will work against silverlight.
SOS allows you to walk the managed heaps and look at all the objects in memory.
Or at least you can try with Silverlight Spy to see total memory consumption.