decompile-assembly
Decompile an entire .NET assembly into a compilable project of .cs files for full codebase search. Returns output directory and flat file list. Use for broad analysis when grep across whole codebase is needed.
Instructions
Decompile the entire assembly into a folder of .cs files (a compilable project). Use this when you want to grep across the whole codebase. Returns the output directory and a flat list of generated files. Heavy - prefer list-types + decompile-type for targeted lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the assembly. | |
| outDir | Yes | Absolute path where the decompiled project tree should be written. |