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

C#
public virtual void RuntimeInitialize( LocationInfo locationInfo )
Parameters
- locationInfo
- Type: PostSharp.Reflection.LocationInfo
Location to which the current aspect is applied.
Implements
ILocationLevelAspect.RuntimeInitialize(LocationInfo)