C# Class OpenSim.Application

Starting class for the OpenSimulator Region
Mostra file Open project: N3X15/VoxelSim

Public Properties

Property Type Description
iniFilePath string
m_crashDir string
m_saveCrashDumps bool

Protected Properties

Property Type Description
m_sim OpenSimBase

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Global exception handler -- all unhandlet exceptions end up here :)

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Property Details

iniFilePath public_oe static_oe property

Path to the main ini Configuration file
public static string iniFilePath
return string

m_crashDir public_oe static_oe property

Directory to save crash reports to. Relative to bin/
public static string m_crashDir
return string

m_saveCrashDumps public_oe static_oe property

Save Crashes in the bin/crashes folder. Configurable with m_crashDir
public static bool m_saveCrashDumps
return bool

m_sim protected_oe static_oe property

Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration
protected static OpenSimBase,OpenSim m_sim
return OpenSimBase