IInternalConfigSystem 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 application configuration properties.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | SupportsUserConfig | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the user configuration is supported. |
| Name | Description | |
|---|---|---|
![]() | GetSection(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the configuration object based on the specified key. |
![]() | RefreshConfig(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Refreshes the configuration system based on the specified section name. |
Available since 2.0

