PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationEvent­Interception­Aspect­Configuration­Attribute
Open sandboxFocus

EventInterceptionAspectConfigurationAttribute Class

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

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

Constructors

Name Description
EventInterceptionAspectConfigurationAttribute()

Methods

Name Description
CreateAspectConfiguration()

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

See Also