IConfigurationManagerInternal Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface used by .NET to initialize configuration properties.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IConfigurationManagerInternal
public interface IConfigurationManagerInternal
[System.Runtime.InteropServices.ComVisible(false)]
public interface IConfigurationManagerInternal
type IConfigurationManagerInternal = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IConfigurationManagerInternal = interface
Public Interface IConfigurationManagerInternal
- Attributes
Properties
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. |