标签: powershell dll app-config
我有一个dll,在.net framework 4.0中创建。 dll正在使用配置文件的一些参数,使用ConfigurationManager.AppSettings [“”]以及其他一些节点。
[System.AppDomain]::CurrentDomain.SetData("APP_CONFIG_FILE", "config file path")
- Sagar