DynamicResource会导致内存泄漏吗?
动态资源会导致内存泄漏吗? Expression Blend 主要使用 DynamicResource 而不是 StaticResource。我从不同的文档中读到,使用 StaticResource 可以避免内存泄漏?如果这是真的,那么为什么表达式混合大量使用 DyanmicResource?如果我们想实现主题或onfly样式更改,我们必须使用dynamicResource吗?
Will dynamicresource cause meomry leak?. Expression Blend is using mostly DyanamicResource instead of StaticResource. I read from different docs saying that use StaticResource to avoid memory leak?. If it is true then why expression blend is heavily using DyanmicResource? If we want to implement the theme or onfly style change we have to dynamicResource?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,它可能会导致内存泄漏,请检查以下链接:
DynamicResource\StaticResource 导致内存泄漏
Yeah, it can cause memory leaks, check the following link:
DynamicResource\StaticResource cause memory leaks