IAssemblyLevelAspectBuildSemantics Interface |
Build-time semantics of aspects applied at assembly level.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IAssemblyLevelAspectBuildSemantics : IAspect
The IAssemblyLevelAspectBuildSemantics 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.
|