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

MethodInterceptionAspectConfigurationAttribute Class

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

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

Constructors

Name Description
MethodInterceptionAspectConfigurationAttribute()

Methods

Name Description
CreateAspectConfiguration()

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

See Also