Hi, is there a easy way dispatch a IMethodCallMessage to an actual object instance? Background: I'm trying to write a transparent forwarding class which camouflages as some other type, intercepts all method calls and forwardes them. Right now I've derived RealProxy and can intercept method calls -- but how to dispatch them? thanks j.