<PackageReference Include="castle.core" Version="2.5.2" />

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()