C# Class OpenSim.Server.Base.ServicesServerBase

Exibir arquivo Open project: nebadon2025/opensimulator Class Usage Examples

Protected Properties

Property Type Description
m_Arguments string[]
m_configDirectory string

Public Methods

Method Description
Run ( ) : int
ServicesServerBase ( string prompt, string args ) : System

Protected Methods

Method Description
Initialise ( ) : void
ReadConfig ( ) : void
ShutdownSpecific ( ) : void

Private Methods

Method 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 method

protected Initialise ( ) : void
return void

ReadConfig() protected method

protected ReadConfig ( ) : void
return void

Run() public method

public Run ( ) : int
return int

ServicesServerBase() public method

public ServicesServerBase ( string prompt, string args ) : System
prompt string
args string
return System

ShutdownSpecific() protected method

protected ShutdownSpecific ( ) : void
return void

Property Details

m_Arguments protected_oe property

protected string[] m_Arguments
return string[]

m_configDirectory protected_oe property

protected string m_configDirectory
return string