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

LocationInterceptionAspectConfigurationAttribute Class

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

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

Constructors

Name Description
LocationInterceptionAspectConfigurationAttribute()

Methods

Name Description
CreateAspectConfiguration()

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

See Also