App.config 和 ConfigurationManager

发布于 2024-07-14 07:48:02 字数 278 浏览 12 评论 0原文

如果我调用 OpenMappedExeConfiguration() 方法并指定一个配置文件(filemap)作为参数,这是否意味着 ConfigurationManager 将从该点开始使用新指定的配置文件并忽略 app.config?

我知道 ConfigurationManager 默认情况下会查找 app.config,但因为 OpenMappedExeConfiguration() 方法返回一个 Configuration 对象,所以返回的实例几乎就像唯一适用于指定的配置文件一样,但我不能 100% 确定。

If I call the OpenMappedExeConfiguration() method and specify a config file (filemap) as a parameter, does this mean that the ConfigurationManager will use the newly specified config file from that point onwards and ignore app.config?

I know that ConfigurationManager looks for app.config by default, but because the OpenMappedExeConfiguration() method returns a Configuration object, its almost as if the instance returned is the only applicable to the config file specified, but I'm not 100% sure.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀞厅☆埖开 2024-07-21 07:48:02

据我记得它只会打开配置并返回 Configuration 对象,它不会更改默认对象。

As far as I remember it will just open the configuration and return the Configuration object, its not going to change the default one.

素染倾城色 2024-07-21 07:48:02

以此作为参数调用当前配置打开AppDomain.CurrentDomain.SetupInformation.ConfigurationFile
也可以在消息框中使用它来显示正在使用的配置文件

use this as parameter to call current config open AppDomain.CurrentDomain.SetupInformation.ConfigurationFile
can also use this in messagebox to show config file in use

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文