查看对象加载到哪个AppDomain中
在调试器中检查对象时,是否可以看到该对象加载到哪个 AppDomain 中?我的意思是:无需在返回当前 AppDomain 的对象中编写任何属性或方法。 Visual Studio 菜单中的各个窗口(“调试”>“窗口”)似乎没有在对象级别显示此信息。
When inspecting an object in the debugger, is it possible to see in which AppDomain
the object is loaded? I mean: without coding any properties or methods in the object that return the current AppDomain. The various windows in the Visual Studio menu (Debug > Windows) do not seem to show this information at the object level.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
视觉工作室->调试->窗口 ->模块
Visual studio -> debug -> windows -> modules