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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.