Compile-time semantics of IMethodLevelAspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public interface IMethodLevelAspectBuildSemantics : IAspectBuildSemantics, IValidableAnnotationMethods
| Name | Description |
|---|---|
| CompileTimeInitialize(MethodBase, AspectInfo) | Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. |