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: 6.6.14.0 (6.6.14.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.