<PackageReference Include="Castle.Core" Version="3.0.0.2001" />

CompositionInvocation

public abstract class CompositionInvocation : AbstractInvocation
protected object target

protected CompositionInvocation(object target, object proxy, IInterceptor[] interceptors, MethodInfo proxiedMethod, object[] arguments)

protected CompositionInvocation(object target, object proxy, IInterceptor[] interceptors, MethodInfo proxiedMethod, object[] arguments, IInterceptorSelector selector, ref IInterceptor methodInterceptors)

protected void EnsureValidProxyTarget(object newTarget)

protected void EnsureValidTarget()