Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jbtule opened this issue May 10, 2013 · 0 comments

Comments

@jbtule
Copy link
Member

jbtule commented May 10, 2013

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(params object[] args).Build(object target, params Type[] otherInterfaces)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant