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.
一个应用程序包含多个项目,整个应用程序是编译为一个动态链接库还是项目为动态链接库?
如果动态链接库被认为是一个程序集,那么关键字Internal访问将最多一个项目。
Internal
我的结论是对的吗?
问题 1 的答案:每个项目都有自己的二进制文件。如果它们是类库,那么输出将是 DLL,如果它们是应用程序,那么输出将是可执行文件。
不,每个项目都会编译和构建自己的程序集。如果您将代码标记为internal,则其他项目的代码将无权访问。
internal