C# Class OpenSim.ConfigManager

OpenSimulator Configuritaion Manager New Configuration System
Show file Open project: openmetaversefoundation/fortis-opensim

Public Methods

Method Description
ConfigManager ( string argv ) : System

Constructor After we get this set, we will be able to chart a course to our next point - either using files in our filesystem, load a url or get our settings from a database initial command line arguments

Method Details

ConfigManager() public method

Constructor After we get this set, we will be able to chart a course to our next point - either using files in our filesystem, load a url or get our settings from a database initial command line arguments
public ConfigManager ( string argv ) : System
argv string
return System