dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.37k stars 189 forks source link

Add initial documentation for the projection tooling #2512

Closed kotlarmilos closed 4 months ago

kotlarmilos commented 5 months ago

Description

This PR adds initial documentation for the tooling focusing on static methods and P/Invoke declarations.

kotlarmilos commented 4 months ago

This PR has been updated to align with the implementation in https://github.com/dotnet/runtimelab/pull/2517. The scope has been narrowed to only include static methods and P/Invoke calls.