<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />

ConfigurationFileMap

Defines the configuration file mapping for the machine configuration file.
public string MachineConfigFilename { get; set; }

Gets or sets the name of the machine configuration file name.

Initializes a new instance of the ConfigurationFileMap class.

public ConfigurationFileMap(string machineConfigFilename)

Initializes a new instance of the ConfigurationFileMap class based on the supplied parameter.

public virtual object Clone()

Creates a copy of the existing ConfigurationFileMap object.