IConfigurationManagerInternal Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines an interface used by the .NET Framework to initialize configuration properties.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationConfigUri | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the configuration file name related to the application path. |
![]() | ExeLocalConfigDirectory | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the local configuration directory of the application based on the entry assembly. |
![]() | ExeLocalConfigPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the local configuration path of the application based on the entry assembly. |
![]() | ExeProductName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the product name of the application based on the entry assembly. |
![]() | ExeProductVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the product version of the application based on the entry assembly. |
![]() | ExeRoamingConfigDirectory | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the roaming configuration directory of the application based on the entry assembly. |
![]() | ExeRoamingConfigPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the roaming user's configuration path based on the application's entry assembly. |
![]() | MachineConfigPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the configuration path for the Machine.config file. |
![]() | SetConfigurationSystemInProgress | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value representing the configuration system's status. |
![]() | SupportsUserConfig | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that specifies whether user configuration settings are supported. |
![]() | UserConfigFilename | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the file used to store user configuration settings. |
Available since 2.0
