IAspectBuildSemantics Interface |
Compile-time semantics of IAspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.1.0 (6.9.1.0)
C#
public interface IAspectBuildSemantics : IValidableAnnotation
The IAspectBuildSemantics type exposes the following members.
Name | Description | |
---|---|---|
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.
|