This documentation is archived and is not being maintained.
IInternalConfigClientHost Interface
Visual Studio 2010
Defines interfaces that allow the internal .NET Framework infrastructure to customize configuration.
Assembly: System.Configuration (in System.Configuration.dll)
The IInternalConfigClientHost type exposes the following members.
| 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 | Returns a value indicating whether a configuration file path is the same as a currently known application configuration file path. |
![]() | IsLocalUserConfig | Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known local user. |
![]() | IsRoamingUserConfig | Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known roaming user. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
