Свойство | Тип | Описание | |
---|---|---|---|
CurrentUpdate | bool | ||
updateTimer | System.Timers.Timer | ||
usingConsole | bool |
Метод | Описание | |
---|---|---|
ExitProgram ( System.Boolean AutoRestart ) : void | ||
GlobalExHandler ( object sender, |
||
Main ( string args ) : void | ||
PerformUpdate ( bool oldrevision ) : void | ||
ThreadExHandler ( object sender, |
||
UpdateCheck ( bool wait = false, Player p = null ) : void | ||
handleComm ( string s ) : void | ||
restartMe ( bool fullRestart = true ) : void | ||
saveAll ( ) : void |
Метод | Описание | |
---|---|---|
GetConsoleWindow ( ) : |
||
ShowWindow ( |
public static ExitProgram ( System.Boolean AutoRestart ) : void | ||
AutoRestart | System.Boolean | |
Результат | void |
public static GlobalExHandler ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |
public static PerformUpdate ( bool oldrevision ) : void | ||
oldrevision | bool | |
Результат | void |
public static ThreadExHandler ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public static UpdateCheck ( bool wait = false, Player p = null ) : void | ||
wait | bool | |
p | Player | |
Результат | void |
public static handleComm ( string s ) : void | ||
s | string | |
Результат | void |
public static restartMe ( bool fullRestart = true ) : void | ||
fullRestart | bool | |
Результат | void |
public static System.Timers.Timer updateTimer | ||
Результат | System.Timers.Timer |