Starting class for the OpenSimulator Region
More...
|
static void | Main (string[] args) |
|
|
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...
|
|
Starting class for the OpenSimulator Region
Definition at line 43 of file Application.cs.
static void OpenSim.Application.Main |
( |
string[] |
args | ) |
|
|
inlinestatic |
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.
The documentation for this class was generated from the following file: