How to write to the main exe's .config userSettings section?

前端 未结 2 1010
耶瑟儿~
耶瑟儿~ 2020-12-03 09:17

Is there any supported API in .NET 2.0 for writing to the userSettings section of the main exe\'s .config file?

Th

2条回答
  •  爱一瞬间的悲伤
    2020-12-03 09:40

    I think yes - manually writing to the .config file is the only way. Or you can let the administrator edit the .config-file himself.

提交回复
热议问题