AspectWeaverPlugIn.BindAspectWeaver<TAspect, 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 BindAspectWeaver<TAspect, TImpl>() where TAspect : IAspect where TImpl : new(), AspectWeaver
Type Parameters
- TAspect
- Aspect interface (derived from IAspect).
- TImpl
- The AspectWeaver able to process aspects of type TAspect.