StandardEffects Fields |
The StandardEffects type exposes the following members.
Name | Description | |
---|---|---|
ChangeControlFlow |
Change the flow control (for instance by having the possibility to skip execution of an
intercepted method).
| |
Custom |
Custom effect (implemented in an aspect advice). All advices have this effect by default,
unless they are annotated by WaiveAspectEffectAttribute.
| |
CustomAttributeIntroduction |
Introduction of a custom attribute.
| |
InterfaceIntroduction |
Introduction of an interface.
| |
MemberImport |
Import of a type member.
| |
MemberIntroduction |
Introduction of a type member.
|