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?
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?
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.