检测透明代理与实际对象引用?
给定一个对象引用,是否可以以编程方式确定该对象是在当前应用程序域中创建的,还是另一个应用程序域中对象的代理?
Given an object reference, is it possible to programmatically determine if the object was created in the current appdomain or instead is a proxy to an object in another appdomain?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试以下
System.Runtime.Remoting.RemotingServices。 IsTransparentProxy
Try the following
System.Runtime.Remoting.RemotingServices.IsTransparentProxy