PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Level­AspectCompile­Time­Initialize
Open sandboxFocus

EventLevelAspect.CompileTimeInitialize Method

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.

Declaration
public virtual void CompileTimeInitialize(EventInfo targetEvent, AspectInfo aspectInfo)
Parameters
Type Name Description
EventInfo targetEvent

Event to which the current aspect is applied

AspectInfo aspectInfo

Reserved for future usage.

Implements
IEventLevelAspectBuildSemantics.CompileTimeInitialize(EventInfo, AspectInfo)
See Also