Does the .NET class library have an implementation of a dynamic proxy?

I need a proxy object that implements interfaces specified at run time and
forwards all method calls to a delegate through reflection.

Java has had something like this since Java 1.2. I see that .NET has a class
called RealProxy but it seems oriented towards remoting and not in-process
proxy creation.

Thanks
Dejan,
www.jelovic.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to