<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />

IInternalConfigClientHost

public interface IInternalConfigClientHost
Defines interfaces that allow the internal .NET infrastructure to customize configuration.

Returns the path to the application configuration file.

Returns a string representing the path to the known local user configuration file.

Returns a string representing the path to the known roaming user configuration file.

bool IsExeConfig(string configPath)

Returns a value indicating whether a configuration file path is the same as a currently known application configuration file path.

bool IsLocalUserConfig(string configPath)

Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known local user.

bool IsRoamingUserConfig(string configPath)

Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known roaming user.