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

OnMethodBoundaryAspectConfigurationAttribute Class

Custom attribute that, when applied on a class implementing IOnMethodBoundaryAspect, defines the configuration of that aspect.

Inheritance
OnMethodBoundaryAspectConfigurationAttribute
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
public sealed class OnMethodBoundaryAspectConfigurationAttribute : AspectConfigurationAttribute

Constructors

Name Description
OnMethodBoundaryAspectConfigurationAttribute()

Methods

Name Description
CreateAspectConfiguration()

Creates a concrete AspectConfiguration instance specifically for the current AspectConfigurationAttribute type.

See Also