AspectWeaverPlugIn.BindPointcutEngine<TAttribute, TImpl> Method |
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected void BindPointcutEngine<TAttribute, TImpl>() where TAttribute : Pointcut where TImpl : new(), IPointcutEngine
Type Parameters
- TAttribute
- Pointcut custom attribute type (derived from Pointcut).
- TImpl
- The pointcut engine able to process pointcuts of type TAttribute.