Hi, I have a dynamic proxy that decorates its target - and for performance reasons I would like to know whether a dynamic proxy cache's the reflections objects, so when a method is invoked the dynamic proxy does not have to recreate the reflections, (eg Method) object each time? thanks, Dean