PostSharpAPI ReferencePost­Sharp.​AspectsIMethod­BindingInvoke
Open sandboxFocus

Method Invoke

Invoke(ref Object, Arguments)

Invokes the next node in the chain of invocation.

Declaration
object Invoke(ref object instance, Arguments arguments)
Parameters
Type Name Description
Object instance

Target instance on which the method should be invoked (null if the method is static).

Arguments arguments

Method arguments.

Returns
Type Description
Object

Return value of the method.