jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.76k stars 627 forks source link

Import reflection modifiers #943

Closed jbevain closed 6 months ago

jbevain commented 6 months ago

Import optional and required type modifiers using the System.Reflection API.

Supersedes #921