C# Class MongoCola.SystemManager

Show file Open project: magicdict/MongoCola

Public Properties

Property Type Description
DebugMode bool
MonoMode bool
OsVersion string
SystemConfig MongoCola.Config.SystemConfig
Version string

Public Methods

Method Description
Init ( ) : void

初始化

InitLanguage ( ) : void

初始化语言

Method Details

Init() public static method

初始化
public static Init ( ) : void
return void

InitLanguage() public static method

初始化语言
public static InitLanguage ( ) : void
return void

Property Details

DebugMode public static property

测试模式
public static bool DebugMode
return bool

MonoMode public static property

是否为MONO
public static bool MonoMode
return bool

OsVersion public static property

OSVersion
public static string OsVersion
return string

SystemConfig public static property

配置
public static SystemConfig,MongoCola.Config SystemConfig
return MongoCola.Config.SystemConfig

Version public static property

版本号
public static string Version
return string