Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Metalama.​Framework.​Advising

Metalama.​Framework.​Aspects

Metalama.​Framework.​Code

Metalama.​Framework.​Code.​Collections

Metalama.​Framework.​Code.​Comparers

Metalama.​Framework.​Code.​Declaration­Builders

Metalama.​Framework.​Code.​Invokers

Metalama.​Framework.​Code.​Syntax­Builders

Metalama.​Framework.​Code.​Types

Metalama.​Framework.​Diagnostics

Metalama.​Framework.​Eligibility

Metalama.​Framework.​Fabrics

Metalama.​Framework.​Metrics

Metalama.​Framework.​Options

Metalama.​Framework.​Project

Metalama.​Framework.​Run­Time

Metalama.​Framework.​Serialization

Metalama.​Framework.​Services

Metalama.​Framework.​Utilities

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Property Tags

Tags

Gets or sets the tags passed to all advice added by the current BuildAspect(IAspectBuilder<T>) method. These tags can be consumed from the meta.Tags property.

Declaration
object? Tags { get; set; }
Property Value
Type Description
object
Remarks

Advice always receive the last value of the property, when the BuildAspect(IAspectBuilder<T>) exits. These tags are merged with the ones passed as an argument of the tags parameter of any advise method. In case of conflit, the values passed to the advise method win.

  • Navigation