C# Класс OpenSim.Application

Starting class for the OpenSimulator Region
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
iniFilePath string
m_crashDir string
m_saveCrashDumps bool

Защищенные свойства (Protected)

Свойство Тип Описание
m_sim OpenSimBase

Открытые методы

Метод Описание
Main ( string args ) : void

Приватные методы

Метод Описание
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

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

Описание методов

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void

Описание свойств

iniFilePath публичное статическое свойство

Path to the main ini Configuration file
public static string iniFilePath
Результат string

m_crashDir публичное статическое свойство

Directory to save crash reports to. Relative to bin/
public static string m_crashDir
Результат string

m_saveCrashDumps публичное статическое свойство

Save Crashes in the bin/crashes folder. Configurable with m_crashDir
public static bool m_saveCrashDumps
Результат bool

m_sim защищенное статическое свойство

Instance of the OpenSim class. This could be OpenSim or OpenSimBackground depending on the configuration
protected static OpenSimBase,OpenSim m_sim
Результат OpenSimBase