<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview5.19224.8" />

ExeConfigurationFileMap

Defines the configuration file mapping for an .exe application. This class cannot be inherited.
public string ExeConfigFilename { get; set; }

Gets or sets the name of the configuration file.

public string LocalUserConfigFilename { get; set; }

Gets or sets the name of the configuration file for the local user.

public string RoamingUserConfigFilename { get; set; }

Gets or sets the name of the configuration file for the roaming user.

Initializes a new instance of the ExeConfigurationFileMap class.

public ExeConfigurationFileMap(string machineConfigFileName)

Initializes a new instance of the ExeConfigurationFileMap class by using the specified machine configuration file name.