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.
我有两个引用 dll (A.dll) 的应用程序。dll 引用自两个应用程序的本地目录。Application1 使用 Settings.Default 将字符串存储到 dll (A.dll)。Application2 可以访问那些由 Applciation1 保存到 A.Dll 设置中的字符串吗?
据我所知,每个应用程序设置都应该有自己的设置文件。此外,如果您使用了用户范围的设置,那么每个应用程序中的每个用户都将拥有自己的设置文件。
您可以从以下链接中找到完整的详细信息:
在 C# 中使用设置
应用程序设置概述