<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0-preview2-25405-01" />

IInternalConfigClientHost

public interface IInternalConfigClientHost
namespace System.Configuration.Internal { public interface IInternalConfigClientHost { bool IsExeConfig(string configPath); bool IsRoamingUserConfig(string configPath); bool IsLocalUserConfig(string configPath); string GetExeConfigPath(); string GetRoamingUserConfigPath(); string GetLocalUserConfigPath(); } }