Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio 中有解决方案,所以这个解决方案包含一些项目,我也只有公共接口和内部类,我将使用 ILMerge 从这个解决方案中的所有项目构建一个 dll,注意 :) 问题,我如何显示解决方案中所有项目的所有内部类?谢谢。
我相信您正在寻找InternalsVisibleToAttribute?