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.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

[ComVisibleAttribute(false)]
public interface class IConfigurationManagerInternal

NameDescription
System_CAPS_pubpropertyApplicationConfigUri

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.

System_CAPS_pubpropertyExeLocalConfigDirectory

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.

System_CAPS_pubpropertyExeLocalConfigPath

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.

System_CAPS_pubpropertyExeProductName

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.

System_CAPS_pubpropertyExeProductVersion

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.

System_CAPS_pubpropertyExeRoamingConfigDirectory

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.

System_CAPS_pubpropertyExeRoamingConfigPath

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.

System_CAPS_pubpropertyMachineConfigPath

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.

System_CAPS_pubpropertySetConfigurationSystemInProgress

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.

System_CAPS_pubpropertySupportsUserConfig

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.

System_CAPS_pubpropertyUserConfigFilename

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.

.NET Framework
Available since 2.0
Return to top
Show: