IInternalConfigClientHost Interface
Defines interfaces that allow the internal .NET Framework infrastructure to customize configuration.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | GetExeConfigPath() | Returns the path to the application configuration file. |
![]() | GetLocalUserConfigPath() | Returns a string representing the path to the known local user configuration file. |
![]() | GetRoamingUserConfigPath() | Returns a string representing the path to the known roaming user configuration file. |
![]() | IsExeConfig(String^) | Returns a value indicating whether a configuration file path is the same as a currently known application configuration file path. |
![]() | IsLocalUserConfig(String^) | Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known local user. |
![]() | IsRoamingUserConfig(String^) | Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known roaming user. |
Available since 2.0
