jbevain / cecil

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

Import reflection modifiers #943

Closed jbevain closed 4 months ago

jbevain commented 4 months ago

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

Supersedes #921