AspectConfigurationAttribute.SetAspectConfiguration Method |
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected virtual void SetAspectConfiguration( AspectConfiguration aspectConfiguration )
Parameters
- aspectConfiguration
- Type: PostSharp.Aspects.Configuration.AspectConfiguration
The AspectConfiguration instance previously returned by the CreateAspectConfiguration() method.
Classes overriding this method must always invoke the base implementation before performing their own changes to the AspectConfiguration.