ConfigurationFileMap Class
Defines the configuration file mapping for the machine configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
System.Configuration::ConfigurationFileMap
System.Configuration::ExeConfigurationFileMap
System.Web.Configuration::WebConfigurationFileMap
| Name | Description | |
|---|---|---|
![]() | ConfigurationFileMap() | Initializes a new instance of the ConfigurationFileMap class. |
![]() | ConfigurationFileMap(String^) | Initializes a new instance of the ConfigurationFileMap class based on the supplied parameter. |
| Name | Description | |
|---|---|---|
![]() | MachineConfigFilename | Gets or sets the name of the machine configuration file name. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the existing ConfigurationFileMap object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ConfigurationFileMap class is used to specify the path of the machine configuration file, commonly named Machine.config.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


