WaiveAspectEffectAttribute Class |
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
public sealed class WaiveAspectEffectAttribute : Attribute
The WaiveAspectEffectAttribute type exposes the following members.
Name | Description | |
---|---|---|
WaiveAspectEffectAttribute() |
Initializes a new WaiveAspectEffectAttribute declaring that
the aspect class or advice to which this custom attribute is applied has
no effect at all.
| |
WaiveAspectEffectAttribute(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.
|
Name | Description | |
---|---|---|
Effects |
Gets the list of effects of which the aspect class or advice
to which this custom attribute is applied is guaranteed to be exempt.
|