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

Property TargetAssembly

TargetAssembly

In Metalama, an assembly is an ICompilation, but it is not exposed on the project.

Declaration
[Obsolete("In Metalama, an assembly is an 'ICompilation', but it is not exposed on the project.", false)]
Assembly TargetAssembly { get; }
Property Value
Type Description
Assembly
  • Navigation