FieldLevelAspect.RuntimeInitialize Method |
Method invoked at runtime before any other method of the aspect is invoked.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public virtual void RuntimeInitialize( FieldInfo field )
Parameters
- field
- Type: System.Reflection.FieldInfo
Field on which this instance is applied.