DeadlockDetectionPolicy.CompileTimeValidate Method (Assembly) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override bool CompileTimeValidate( Assembly assembly )
Parameters
- assembly
- Type: System.Reflection.Assembly
Assembly on which the current aspect is applied.
Return Value
Type: Booleantrue if the aspect was applied to an acceptable target, otherwise false.
The implementation of this method is expected to emit an error message (see
MessageSource) or an exception in case of error. Returning false without emitting an
error message or exception causes the aspect to be silently ignored.