IEventLevelAspect.RuntimeInitialize Method |
Initializes the current aspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)

C#
void RuntimeInitialize( EventInfo eventInfo )
Parameters
- eventInfo
- Type: System.Reflection.EventInfo
Event to which the current aspect is applied.
