How to generate dynamically proxy for some classes ?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I need to alter behavior of calling some classes, extending it to call some intermediate function. for this I must create dynamic proxy and supply some alternate handlers with calls, are some articles or sample which do something like that ? service calls may by interthread call to data bound objects, or call to else app-domain of marshal by value objects, not serializing them or some applied servicing. thanks you