Silverlight Memory Usage
Posted
by
peter
on Stack Overflow
See other posts from Stack Overflow
or by peter
Published on 2011-01-09T19:44:49Z
Indexed on
2011/01/09
19:53 UTC
Read the original article
Hit count: 190
c#
|Silverlight
Hi All,
Is there a way to measure the current memory usage of the silverlight plug-in from within the client side C# code?
I am isolating a memory leak and it would be good to know the current memory usage of the plug-in.
For instance it could be logged to a file before I clicked a button that it was using '60 mb' and after I clicked the button it was using '70 mb' etc. I could then gradually add in controls and use this technique to quantify the leak.
Thanks.
© Stack Overflow or respective owner