Base class for OnMethodEntryAdvice, OnMethodExceptionAdvice, OnMethodSuccessAdvice or OnMethodExitAdvice.
Inheritance
OnMethodBoundaryAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public abstract class OnMethodBoundaryAdvice : GroupingAdvice
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 unsupported target method. |