PostSharpAPI ReferencePost­Sharp.​AspectsIField­Level­Aspect­Build­SemanticsCompile­Time­Initialize
Open sandboxFocus

IFieldLevelAspectBuildSemantics.CompileTimeInitialize Method

CompileTimeInitialize(FieldInfo, AspectInfo)

Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method.

Declaration
void CompileTimeInitialize(FieldInfo field, AspectInfo aspectInfo)
Parameters
Type Name Description
System.Reflection.FieldInfo field

Field to which the current aspect is applied

AspectInfo aspectInfo

Reserved for future usage.

See Also