Question

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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top