Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Interface IAdviser<T>

An object that allows declarations to be advised using one of the extension methods of the AdviserExtensions class.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IAdviser<out T> : IAdviser
Type Parameters
Name Description
T

Properties

Name Description
Target

Gets the declaration that will be advised.

Extension Methods

  • Navigation