Interface that, when implemented by an aspect class, allows aspect instances to provide other aspects to the weaver.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public interface IAspectProvider : IAspect, IService
Methods
Name | Description |
---|---|
ProvideAspects(object) | Provides new aspects. |