Overload | Description |
---|---|
LoadEnvironmentSettings() | Retrieves the current configuration values or loads new ones if no current ones are available. |
LoadEnvironmentSettings(NameValueCollection) | Forces a load of new configuration values, using the supplied collection if possible. |
LoadEnvironmentSettings(NameValueCollection,Boolean,Boolean) | Retrieves the current configuration values or loads new ones if no current ones are available, using the specified collection if possible. |
This should generally be called once per application by the "Main" method or class which initializes the application.
NOTE: It is not advisable to call this method after application initialization has occurred. It could potentially crash the application or cause unusual behavior.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family