PostSharpAPI ReferencePost­Sharp.​AspectsIEvent­Level­AspectRuntime­Initialize
Open sandboxFocus

IEventLevelAspect.RuntimeInitialize Method

RuntimeInitialize(EventInfo)

Initializes the current aspect.

Declaration
void RuntimeInitialize(EventInfo eventInfo)
Parameters
Type Name Description
System.Reflection.EventInfo eventInfo

Event to which the current aspect is applied.

See Also