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

IInternalConfigHostPaths

public interface IInternalConfigHostPaths
using System.Runtime.InteropServices; namespace System.Configuration.Internal { [ComVisible(false)] public interface IInternalConfigHostPaths { bool HasLocalConfig { get; } bool HasRoamingConfig { get; } bool IsAppConfigHttp { get; } void RefreshConfigPaths(); } }