is app.config file in WinForms cached by .Net framework?

纵饮孤独 提交于 2020-01-06 08:24:08

问题


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?


回答1:


It is loaded at start-up. Reads will reflect whatever the app.config file said at that point.



来源:https://stackoverflow.com/questions/5822225/is-app-config-file-in-winforms-cached-by-net-framework

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!