Silverlight Memory Usage
- by peter
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.