FieldLevelAspect.CompileTimeInitialize Method |
Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked
before any other build-time method.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public virtual void CompileTimeInitialize( FieldInfo field, AspectInfo aspectInfo )
Parameters
- field
- Type: System.Reflection.FieldInfo
Field to which the current aspect is applied - aspectInfo
- Type: PostSharp.Aspects.AspectInfo
Reserved for future usage.
Implements
IFieldLevelAspectBuildSemantics.CompileTimeInitialize(FieldInfo, AspectInfo)