PostSharpAPI ReferencePost­Sharp.​AspectsIMethod­Binding
Open sandboxFocus

IMethodBinding Interface

Interface through which a method-level aspect or advice can invoke the next node in the chain of invocation.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[Internal]
public interface IMethodBinding

Methods

Name Description
Invoke(ref Object, Arguments)

Invokes the next node in the chain of invocation.