MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​Aspects.​AdvicesIAdvice­Provider
Open sandboxFocus

IAdviceProvider Interface

In Metalama, implement the BuildAspect(IAspectBuilder<T>) and use the methods of the IAdviceFactory interface exposed on IAspectBuilder<TAspectTarget>.Advice.

Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
public interface IAdviceProvider : IAspect

Methods

Name Description
ProvideAdvices(Object)

See Also