IEventLevelAspectBuildSemantics Interface |
Build-time semantics of aspects that can be applied on events.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IEventLevelAspectBuildSemantics : IAspectBuildSemantics, IValidableAnnotation
The IEventLevelAspectBuildSemantics type exposes the following members.
Name | Description | |
---|---|---|
CompileTimeInitialize |
Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked
before any other build-time method.
| |
CompileTimeValidate |
Method invoked at build time to ensure that the aspect has been applied to
the right target.
(Inherited from IValidableAnnotation.) | |
GetAspectConfiguration |
Method invoked at build time to get the imperative configuration of the current Aspect.
(Inherited from IAspectBuildSemantics.) |