在powershell中使用dll中的app.config

时间:2013-01-25 13:18:08

标签: powershell dll app-config

我有一个dll,在.net framework 4.0中创建。 dll正在使用配置文件的一些参数,使用ConfigurationManager.AppSettings [“”]以及其他一些节点。

在powershell中我加载了dll,但是无法加载dll可以使用的配置文件。我试过以下但没有工作

[System.AppDomain]::CurrentDomain.SetData("APP_CONFIG_FILE", "config file path") 

- Sagar

0 个答案:

没有答案