C# 클래스 OpenSim.Tools.Configger.ConfigurationLoader

Loads the Configuration files into nIni
파일 보기 프로젝트 열기: nebadon2025/opensimulator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_config IConfigSource

공개 메소드들

메소드 설명
ConfigurationLoader ( ) : System
LoadConfigSettings ( IConfig startupConfig ) : IConfigSource

Loads the region configuration

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigurationLoader() 공개 메소드

public ConfigurationLoader ( ) : System
리턴 System

LoadConfigSettings() 공개 메소드

Loads the region configuration
public LoadConfigSettings ( IConfig startupConfig ) : IConfigSource
startupConfig IConfig
리턴 IConfigSource

프로퍼티 상세

m_config 보호되어 있는 프로퍼티

A source of Configuration data
protected IConfigSource m_config
리턴 IConfigSource