C# 클래스 OpenSim.ConfigurationLoader

파일 보기 프로젝트 열기: nebadon2025/opensimulator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_config OpenSimConfigSource
m_configSettings OpenSim.Framework.ConfigSettings
m_networkServersInfo OpenSim.Framework.NetworkServersInfo

공개 메소드들

메소드 설명
LoadConfigSettings ( IConfigSource argvSource, EnvConfigSource envConfigSource, ConfigSettings &configSettings, OpenSim.Framework.NetworkServersInfo &networkInfo ) : OpenSimConfigSource

Loads the region configuration

보호된 메소드들

메소드 설명
ReadConfigSettings ( ) : void

Read initial region settings from the ConfigSource

비공개 메소드들

메소드 설명
AddIncludes ( OpenSimConfigSource configSource, 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 ( OpenSimConfigSource configSource, string iniPath ) : bool

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

메소드 상세

LoadConfigSettings() 공개 메소드

Loads the region configuration
public LoadConfigSettings ( IConfigSource argvSource, EnvConfigSource envConfigSource, ConfigSettings &configSettings, OpenSim.Framework.NetworkServersInfo &networkInfo ) : OpenSimConfigSource
argvSource IConfigSource Parameters passed into the process when started
envConfigSource EnvConfigSource
configSettings OpenSim.Framework.ConfigSettings
networkInfo OpenSim.Framework.NetworkServersInfo
리턴 OpenSimConfigSource

ReadConfigSettings() 보호된 메소드

Read initial region settings from the ConfigSource
protected ReadConfigSettings ( ) : void
리턴 void

프로퍼티 상세

m_config 보호되어 있는 프로퍼티

A source of Configuration data
protected OpenSimConfigSource,OpenSim m_config
리턴 OpenSimConfigSource

m_configSettings 보호되어 있는 프로퍼티

Various Config settings the region needs to start Physics Engine, Mesh Engine, GridMode, PhysicsPrim allowed, Neighbor, StorageDLL, Storage Connection String, Estate connection String, Client Stack Standalone settings.
protected ConfigSettings,OpenSim.Framework m_configSettings
리턴 OpenSim.Framework.ConfigSettings

m_networkServersInfo 보호되어 있는 프로퍼티

Grid Service Information. This refers to classes and addresses of the grid service
protected NetworkServersInfo,OpenSim.Framework m_networkServersInfo
리턴 OpenSim.Framework.NetworkServersInfo