C# Class OpenSim.Tools.Configger.ConfigurationLoader

Loads the Configuration files into nIni
Afficher le fichier Open project: nebadon2025/opensimulator Class Usage Examples

Protected Properties

Свойство Type Description
m_config IConfigSource

Méthodes publiques

Méthode Description
ConfigurationLoader ( ) : System
LoadConfigSettings ( IConfig startupConfig ) : IConfigSource

Loads the region configuration

Private Methods

Méthode Description
AddIncludes ( List sources ) : void

Adds the included files as ini configuration files

DefaultConfig ( ) : IConfigSource

Setup a default config values in case they aren't present in the ini file

IsUri ( string file ) : bool

Check if we can convert the string to a URI

ReadConfig ( string iniPath ) : bool

Provide same ini loader functionality for standard ini and master ini - file system or XML over http

Method Details

ConfigurationLoader() public méthode

public ConfigurationLoader ( ) : System
Résultat System

LoadConfigSettings() public méthode

Loads the region configuration
public LoadConfigSettings ( IConfig startupConfig ) : IConfigSource
startupConfig IConfig
Résultat IConfigSource

Property Details

m_config protected_oe property

A source of Configuration data
protected IConfigSource m_config
Résultat IConfigSource