AspectConfigurationAttribute.GetAspectConfiguration Method |
Gets the AspectConfiguration corresponding to the current custom attribute.
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.7.12.0 (6.7.12.0)

C#
public AspectConfiguration GetAspectConfiguration()
Return Value
Type: AspectConfigurationAn AspectConfiguration corresponding to the current custom attribute.

This method can be customized by overriding CreateAspectConfiguration() and/or SetAspectConfiguration(AspectConfiguration)
.