The base class for method interception advices.
Inheritance
OnMethodInvokeBaseAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public abstract class OnMethodInvokeBaseAdvice : GroupingAdviceConstructors
| Name | Description |
|---|---|
| OnMethodInvokeBaseAdvice() |
Properties
| Name | Description |
|---|---|
| SemanticallyAdvisedMethodKinds | Determines which target methods will be advised semantically. This affects the behavior of the advice when it's applied to iterator or async methods, which are compiled into state machines. |
| UnsupportedTargetAction | Specifies the action to take when the advice is applied to an async method with unsupported return value type. |