WaiveAspectEffectAttribute()
Initializes a new WaiveAspectEffectAttribute declaring that the aspect class or advice to which this custom attribute is applied has no effect at all.
Declaration
public WaiveAspectEffectAttribute()
WaiveAspectEffectAttribute(params 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.
Declaration
public WaiveAspectEffectAttribute(params string[] effects)
Parameters
Type | Name | Description |
---|---|---|
string[] | effects | List of effects of which the aspect class or advice to which this custom attribute is applied is guaranteed to be exempt. |