如何从.Net应用程序获取machine.config的路径?它应该会根据应用程序的.Net版本自动获得正确的路径。
发布于 2008-10-18 00:16:08
System.Runtime.InteropServices.RuntimeEnvironment.SystemConfigurationFile应该会给你这个值。
https://stackoverflow.com/questions/214239
相似问题