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