c#读取类库配置文件方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c#读取类库配置文件方法相关的知识,希望对你有一定的参考价值。

                AppDomain appDomain = AppDomain.CurrentDomain;
                Configuration config = ConfigurationManager.OpenExeConfiguration(Path.Combine(appDomain.BaseDirectory, "XXX.dll"));
                XXX= int.Parse(config.AppSettings.Settings["XXX"].Value);
                XXX= int.Parse(config.AppSettings.Settings["XXX"].Value);
                XXX= int.Parse(config.AppSettings.Settings["XXX"].Value);
                XXX= int.Parse(config.AppSettings.Settings["XXX"].Value);

 

以上是关于c#读取类库配置文件方法的主要内容,如果未能解决你的问题,请参考以下文章

在c#中打开文件进行读取时出错

.net core mvc 类库读取配置文件

如何为 XSLT 代码片段配置 CruiseControl 的 C# 版本?

.NET CORE类库读取配置文件

ASP.NET Core实现类库项目读取配置文件

C# .NET 工具类 一Excel 读取与写入