impromptu-interface icon indicating copy to clipboard operation
impromptu-interface copied to clipboard

Feature: Proxy's based on abstract types and concreate types with virtual methods

Open jbtule opened this issue 12 years ago • 0 comments

Project Member Reported by jtuley, Apr 16, 2011 The method generation code would be the same pretty much. Proxy class creation code would need to change but should be easy. Would need a different target property name to reduce collisions. ActLike syntax wouldn't work would need new specific syntax

idea:

Proxy.New<T>(params object[] args).Build(object target, params Type[] otherInterfaces)

Proxy.New(Type type, params object[] args).Build(object target, params Type[] otherInterfaces)

jbtule avatar May 10 '13 13:05 jbtule