WaiveAspectEffectAttribute Constructor (String[]) |
Initializes a new WaiveAspectEffectAttribute declaring that
the aspect class or advice to which this custom attribute is applied is
exempt of the specified effects.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public WaiveAspectEffectAttribute( params string[] effects )
Parameters
- effects
- Type: System.String[]
List of effects of which the aspect class or advice to which this custom attribute is applied is guaranteed to be exempt.