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

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

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

Name | Description | |
---|---|---|
![]() | OnMethodBoundaryAspectConfigurationAttribute | Initializes a new instance of the OnMethodBoundaryAspectConfigurationAttribute 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.) |
