Silverlight程序集动态加载和卸载
silverlight是否提供了像完整的.NET框架的AppDomain这样的机制来加载和卸载程序集? 如何卸载未使用的程序集?
Does silverlight provide a mechanism like full .NET framework's AppDomain for loading and unloading of assemblies?
How can I unload an unused assembly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有办法在 Silverlight 中卸载程序集(除非拆除整个应用程序并重新创建它,例如通过重置 HTML 中对象标记的“source”属性)。
No, there is no way to unload assemblies in Silverlight (short of tearing down the entire app and recreating it, such as by reseting the "source" property of the object tag in HTML).