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?
Given an object reference, is it possible to programmatically determine if the object was
Share
Try the following
System.Runtime.Remoting.RemotingServices.IsTransparentProxy