AspectWeaverPlugIn.BindAspectWeaver<TAspect, TImpl> Method |
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.14.0 (6.10.14.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.