Tagged Questions
1
vote
2answers
753 views
Castle DynamicProxy2: Get the Target inside an Interceptor?
I'm using Castle DynamicProxy2 to "tack on" interfaces to retrieve fields from a dictionary. For example, given the following class:
public class DataContainer : IDataContainer
{
private ...