views:

418

answers:

2

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?

+1  A: 

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.

Sam Saffron
+1  A: 

Or at least you can try with Silverlight Spy to see total memory consumption.

Hrvoje