Open sandboxFocus

Method InvokeHandler

InvokeHandler(Delegate, Arguments)

From OverrideInvoke(dynamic), change the parameter values using meta.Target.Parameters.[*].Value = *, then call meta.Proceed(). Invoking the invoker from another advice is not supported.

Declaration
[Obsolete("", true)]
public abstract object InvokeHandler(Delegate handler, Arguments arguments)
Parameters
Type Name Description
Delegate handler
Arguments arguments
Returns
Type Description
object