PostSharpAPI ReferencePost­Sharp.​AspectsIField­Level­Aspect­Build­Semantics
Open sandboxFocus

IFieldLevelAspectBuildSemantics Interface

Compile-time semantics of IFieldLevelAspect.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public interface IFieldLevelAspectBuildSemantics : IAspectBuildSemantics, IValidableAnnotation

Methods

Name Description
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.

See Also