I’m pretty confused on dynamic proxies. I understand that I need a ProxyCreator class that will have a interfaceArray variable. I am just not sure how I would go about creating an interface arrau. Also, can I get a simple explanation for how to do a dynamic proxy. Thanks again!
I’m pretty confused on dynamic proxies. I understand that I need a ProxyCreator class
Share
This way:
So the required interfaces are passed as an array of classes, and MyHandler is InvocationHanlder, taking delegate object
objas a parameter (if needed).It all described here.