OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
OpenSim.Application Class Reference

Starting class for the OpenSimulator Region More...

Collaboration diagram for OpenSim.Application:
Collaboration graph
[legend]

Static Public Member Functions

static void Main (string[] args)
 

Static Public Attributes

static string iniFilePath = ""
 Path to the main ini Configuration file More...
 
static bool m_saveCrashDumps = false
 Save Crashes in the bin/crashes folder. Configurable with m_crashDir More...
 
static string m_crashDir = "crashes"
 Directory to save crash reports to. Relative to bin/ More...
 

Static Protected Attributes

static OpenSimBase m_sim = null
 Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration More...
 

Detailed Description

Starting class for the OpenSimulator Region

Definition at line 43 of file Application.cs.

Member Function Documentation

static void OpenSim.Application.Main ( string[]  args)
inlinestatic

Definition at line 71 of file Application.cs.

Member Data Documentation

string OpenSim.Application.iniFilePath = ""
static

Path to the main ini Configuration file

Definition at line 53 of file Application.cs.

string OpenSim.Application.m_crashDir = "crashes"
static

Directory to save crash reports to. Relative to bin/

Definition at line 63 of file Application.cs.

bool OpenSim.Application.m_saveCrashDumps = false
static

Save Crashes in the bin/crashes folder. Configurable with m_crashDir

Definition at line 58 of file Application.cs.

OpenSimBase OpenSim.Application.m_sim = null
staticprotected

Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration

Definition at line 68 of file Application.cs.


The documentation for this class was generated from the following file: