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

System.Object
System.Attribute
PostSharp.Aspects.Configuration.AspectConfigurationAttribute
PostSharp.Aspects.Configuration.EventInterceptionAspectConfigurationAttribute
System.Attribute
PostSharp.Aspects.Configuration.AspectConfigurationAttribute
PostSharp.Aspects.Configuration.EventInterceptionAspectConfigurationAttribute
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.3.11.0 (6.3.11.0)

C#
public sealed class EventInterceptionAspectConfigurationAttribute : AspectConfigurationAttribute
The EventInterceptionAspectConfigurationAttribute type exposes the following members.

Name | Description | |
---|---|---|
![]() | EventInterceptionAspectConfigurationAttribute | Initializes a new instance of the EventInterceptionAspectConfigurationAttribute class |

Name | Description | |
---|---|---|
![]() | AspectPriority |
Gets or sets the weaving priority of the aspect.
(Inherited from AspectConfigurationAttribute.) |
![]() | SerializerType |
Gets or sets the Type of the serializer that will be used
to configure the current aspect.
(Inherited from AspectConfigurationAttribute.) |

Name | Description | |
---|---|---|
![]() | GetAspectConfiguration |
Gets the AspectConfiguration corresponding to the current custom attribute.
(Inherited from AspectConfigurationAttribute.) |
