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 IAdviceResult

A base interface that represents the result of any advice method of the IAdviceFactory interface.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
public interface IAdviceResult

Properties

Name Description
AdviceKind

Gets the kind of advice whose the current object is the result.

Outcome

Gets the advice outcome, i.e. indication whether the advice was applied, was ignored because the same declaration already exists (according to OverrideStrategy), or an error for different reasons.

Extension Methods

  • Navigation