On Mon, 2003-02-24 at 20:20, Daniel Lopez wrote: > I get the same result :( > I looked at mono_object_get_virtual_method before, and if i understand > correctly, that gives me the real method of the object that will be called > by the proxy, but it still gets executed in the same domain? do you really need such functionality inside unmanaged code? I guess you can also do that in managed code? - Dietmar