如果不再需要此控件,该如何处理?我尝试将其从父容器中删除,将其设置为null并将其Source属性转换为null,但内存使用率仍保持不变…
任何建议将受到高度赞赏!解决方法 我终于找到了问题的答案.
问题出在Silverlight中的内存泄漏错误中.
我在这里找到了解决这个问题的方法:
http://blogs.msdn.com/silverlight_sdk/pages/silverlight-bugs-and-workarounds.aspx
Memory Leak when you Dynamically add
and remove ImagesWorkaround: When dynamically adding or
removing BitmAPImages from an
application (a.k.a. adding/removing
from the tree),you should set
Image.source = null before removing
the Image element from the tree. This
will make the BitmAPImage eligible for
garbage collection. BUG Status: Active
BUG. *
谢谢大家的建议!
总结以上是内存溢出为你收集整理的c# – Silverlight:如何从内存中卸载(处置)图像?全部内容,希望文章能够帮你解决c# – Silverlight:如何从内存中卸载(处置)图像?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)