21e9ad6150
Added T ReadSettingsFromIniFile<T>(IConfig configSection, T settingsClass) to OpenSim.Framework.Util, which will try to read values for the public fields and properties (read/writable properties) in the settingsclass from the nini config section. By looking in the ConfigSection for entries matching the names of the properties/fields. It currently supports fields/properties of the types, string, bool, int, float. [Note this method used reflection so it comes with the normal performance overhead of that] |
||
---|---|---|
.. | ||
ApplicationPlugins | ||
Client/MXP | ||
Data | ||
Framework | ||
Grid | ||
Region | ||
ScriptEngine | ||
TestSuite | ||
Tests/Common | ||
Tools |