C# Class OpenSim.Server.Base.ServicesServerBase

Afficher le fichier Open project: nebadon2025/opensimulator Class Usage Examples

Protected Properties

Свойство Type Description
m_Arguments string[]
m_configDirectory string

Méthodes publiques

Méthode Description
Run ( ) : int
ServicesServerBase ( string prompt, string args ) : System

Méthodes protégées

Méthode Description
Initialise ( ) : void
ReadConfig ( ) : void
ShutdownSpecific ( ) : void

Private Methods

Méthode Description
AddIncludes ( IConfigSource configSource, List sources ) : bool

Adds the included files as ini configuration files

IsUri ( string file ) : bool

Check if we can convert the string to a URI

ReadConfigSource ( string iniFile ) : IConfigSource

Method Details

Initialise() protected méthode

protected Initialise ( ) : void
Résultat void

ReadConfig() protected méthode

protected ReadConfig ( ) : void
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

ServicesServerBase() public méthode

public ServicesServerBase ( string prompt, string args ) : System
prompt string
args string
Résultat System

ShutdownSpecific() protected méthode

protected ShutdownSpecific ( ) : void
Résultat void

Property Details

m_Arguments protected_oe property

protected string[] m_Arguments
Résultat string[]

m_configDirectory protected_oe property

protected string m_configDirectory
Résultat string