WinForms中的app.config文件是由.Net框架缓存的吗?
我想知道是否有人可以确认 App.Config 文件由 CLR 缓存在 AppDomain 中,并且每次尝试读取该值时都不会读取?
I was wondering if someone can confirm that App.Config file is cached by CLR in the AppDomain and not read everytime you try to read the value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它在启动时加载。读取将反映 app.config 文件当时所说的内容。
It is loaded at start-up. Reads will reflect whatever the app.config file said at that point.