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 (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public interface IMethodBinding
The IMethodBinding type exposes the following members.
Name | Description | |
---|---|---|
Invoke |
Invokes the next node in the chain of invocation.
|