PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationOn­Method­Boundary­Aspect­Configuration
Open sandboxFocus

OnMethodBoundaryAspectConfiguration Class

Configuration of the IOnMethodBoundaryAspect aspect.

Inheritance
OnMethodBoundaryAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
public sealed class OnMethodBoundaryAspectConfiguration : AspectConfiguration

Constructors

Name Description
OnMethodBoundaryAspectConfiguration()

Properties

Name Description
SemanticallyAdvisedMethodKinds

Determines which target methods will be advised semantically. This affects the behavior of the aspect when it's applied to iterator or async methods, which are compiled into state machines.

See Also