C# 클래스 OpenSim.Application

Starting class for the OpenSimulator Region
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
iniFilePath string
m_crashDir string
m_saveCrashDumps bool

보호된 프로퍼티들

프로퍼티 타입 설명
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