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. |