PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesOn­Method­Boundary­Advice
Open sandboxFocus

OnMethodBoundaryAdvice Class

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.