IChangeProxyTarget public interface IChangeProxyTarget Documentation Code namespace Castle.DynamicProxy { public interface IChangeProxyTarget { void ChangeInvocationTarget(object target); void ChangeProxyTarget(object target); } }