System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Object
Using the static methods and properties of the type is the recommended method for reading configuration information at runtime for versions 1.0 and 1.1 applications.
The class provides backward compatibility only. For new applications you should use the class or class instead. To use these two classes, you must add a reference in your project or application to the System.Configuration namespace.
Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Obsolete("This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings")
System.Collections.Specialized.NameValueCollection
a containing values of the keys contained in the <appSettings> element of the config file.
The appSettings section element of the configuration file contains a series of name/value pairs that your application can use for any purpose.
This method is deprecated and is maintained for backward compatibility. Please use the GetSection method instead.
The class provides backward compatibility only. You should use the class or class instead.
Gets a read-only of the application settings section of the configuration file.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")
System.Object
This method is deprecated and is maintained for backward compatibility. Please use the GetSection method instead.
Returns the object for the passed configuration section name and path.
The object for the passed configuration section name and path.
The class provides backward compatibility only. You should use the class or class instead.
A configuration name and path, such as "system.net/settings".