[ Team LiB ] |
5.19 ConfigurationThe FCL provides access to the .NET configuration system, which includes a per-user and per-application configuration model with inheritance of configuration settings, and a transacted installer framework. Classes exist both to use the configuration framework and to extend it. For more information, see the following namespaces: System.Configuration System.Configuration.Assemblies System.Configuration.Install |
[ Team LiB ] |