A dynamic advice around the execution of an action.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IExecuteActionDynamicAdvice : IDynamicAdvice, IDynamicInterfaceImplementationMethods
| Name | Description |
|---|---|
| Invoke<TResult, TAction>(ObjectAccessLevel, AdviceEnumerator<IExecuteActionDynamicAdvice>, ref TAction) | Invokes the advice or the underlying method. |