IAdviceProvider Interface |
Interface that allows an aspect to provide aspects dynamically, instead of declaratively using custom attributes.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.1.6.0 (6.1.6.0)

C#
public interface IAdviceProvider : IAspect
The IAdviceProvider type exposes the following members.

Name | Description | |
---|---|---|
![]() | ProvideAdvices |
Provides an enumeration of advices, represented as instances of the AdviceInstance class, for the current aspect instance.
|
