C# Class MongoCola.SystemManager

Mostrar archivo 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_oe static_oe property

测试模式
public static bool DebugMode
return bool

MonoMode public_oe static_oe property

是否为MONO
public static bool MonoMode
return bool

OsVersion public_oe static_oe property

OSVersion
public static string OsVersion
return string

SystemConfig public_oe static_oe property

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

Version public_oe static_oe property

版本号
public static string Version
return string