LoadEnvironmentSettings Method
Retrieves the current configuration values or loads new ones if no current ones are available.
Causes FCConfiguration to reload it's current configuration values (if forced) or return the current values.
Overload List
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. |
Remarks
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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family