C# Class Server.Misc.CrashGuard

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
CrashGuard_OnCrash ( CrashedEventArgs e ) : void
Initialize ( ) : void

Private Methods

Méthode Description
Backup ( ) : void
Combine ( string path1, string path2 ) : string
CopyFile ( string rootOrigin, string rootBackup, string path ) : void
CreateDirectory ( string path ) : void
CreateDirectory ( string path1, string path2 ) : void
GenerateCrashReport ( CrashedEventArgs e ) : void
GetRoot ( ) : string
GetTimeStamp ( ) : string
Restart ( CrashedEventArgs e ) : void
SendEmail ( string filePath ) : void

Method Details

CrashGuard_OnCrash() public static méthode

public static CrashGuard_OnCrash ( CrashedEventArgs e ) : void
e Server.CrashedEventArgs
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void