AspectWeaverInstance.ProvideAspects Method |
Allows aspect weavers to provide other aspects.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public virtual IEnumerable<AspectInstance> ProvideAspects()
Return Value
Type: IEnumerable<AspectInstance>The set of aspect instances to be added to the transformation process.