PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Deadlock­Detection­Policy/Compile­Time­Validate
Open sandboxFocus

Method CompileTimeValidate

CompileTimeValidate(Assembly)

Method invoked at build time to ensure that the aspect has been applied to the right target.

Declaration
public override bool CompileTimeValidate(Assembly assembly)
Parameters
Type Name Description
Assembly assembly

Assembly on which the current aspect is applied.

Returns
Type Description
Boolean

true if the aspect was applied to an acceptable target, otherwise false.

Overrides
AssemblyLevelAspect.CompileTimeValidate(Assembly)