PostSharpAPI ReferencePost­Sharp.​AspectsIEvent­Level­Aspect­Build­Semantics
Open sandboxFocus

IEventLevelAspectBuildSemantics Interface

Build-time semantics of aspects that can be applied on events.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public interface IEventLevelAspectBuildSemantics : IAspectBuildSemantics, IValidableAnnotation

Methods

Name Description
CompileTimeInitialize(EventInfo, 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.

See Also