以编程方式将部分添加到从 app.config 读取的配置中

发布于 2024-07-14 10:39:38 字数 299 浏览 9 评论 0原文

我正在开发一个组件/组件,该组件/组件将分发给其他开发人员并包含在他们的系统中。

为了最大限度地减少他们必须做的工作,所有配置都在单独的文件(my.config)中完成。

我当前的问题是我正在使用的库需要将配置添加到应用程序的 app.config 文件中。 我无法修改它,以便它读取我的自定义配置文件。

有什么方法可以将部分/设置添加到当前配置,以便它的行为就像从 app.config 中读取一样?

我可以添加到 app.config,因此它必须仅在运行时工作。

谢谢,乔纳斯

I am working on a component/assembly that is to be distributed to other developers and included in their systems.

In order to minimize the work they have to do, all configuration is done in a seperate file (my.config).

My current problem is that a library I am using requires configuration to be added to the app.config file of the application. I have no way of modifying this, so that it reads my custom config file.

Is there any way to add a section/setting to the current config, so that it behaves as if it was read from the app.config?

I can add to the app.config, so it must work at runtime only.

Thanks, Jonas

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

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

发布评论

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

评论(1

忱杏 2024-07-21 10:39:38

我认为您无法在不更改底层文件的情况下更新配置。 这是一个只读的东西。

I don't think you can update the configuration without changing the underlying file. It's a read-only thing.

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