AspectWeaverPlugIn.BindAdviceWeaver<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 BindAdviceWeaver<TAttribute, TImpl>() where TAttribute : Advice where TImpl : new(), AdviceWeaver
Type Parameters
- TAttribute
- Advice custom attribute type (derived from Advice).
- TImpl
- The AspectWeaver able to process advices of type TAttribute.