Skip to content

AnalyzerPInvokeFinder

Sebastien Pouliot edited this page Jan 29, 2022 · 1 revision

screenshot

Applies To

  • Module References [r]

Description

A table is created with all the p/invokes coming from the module reference inside the assembly.

IOW it explains why the module reference exists inside the assembly since removing the p/invokes would also have removed the module reference.

Activating (ENTER) a table entry will locate the associated p/invoke inside the metadata assembly tree and set the focus on it. A second activation (ENTER) will bring the source view of the p/invoke using the current language (IL or C#).

The table can be exported (CTRL+E) to a file or a private Gist of it can be created (CTRL+G).

Clone this wiki locally