Search code examples
c#mefcastle-dynamicproxy

Managed Extensibility Framework, Interception and Dynamic Proxy


easy task, but couldn't find any direction.

i want to intercept object creation of MEF and return proxy (using castle dynamic proxy) of my object either then the object itself. is it possible to do that?


Solution

  • There's no simple way to do this. You could write a custom programming model, or maybe create a TypeCatalog over your own Type object.