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