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 po开发者_如何学Cssible to do that?
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.
精彩评论