Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.18 KB

introspection-api.md

File metadata and controls

15 lines (11 loc) · 1.18 KB
uid summary
introspection-api
The document provides information about namespaces in the Metalama code model that allow querying of projects and solutions, including the compilation process output.

Introspection API Documentation

The following namespaces allow you to query your projects and solutions using the Metalama code model. This includes results and intermediate objects from the Metalama compilation process, such as aspect instances and reported diagnostics.

Namespace Description
xref:Metalama.Framework.Introspection This namespace exposes the output of the Metalama compilation process.
xref:Metalama.Framework.Workspaces This namespace enables you to load a C# project or solution in your custom code (or with LinqPad) and inspect the code model.
xref:Metalama.LinqPad This namespace implements a LinqPad driver and custom object dumpers.