C# 클래스 Server.Misc.CrashGuard

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
CrashGuard_OnCrash ( CrashedEventArgs e ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CrashGuard_OnCrash() 공개 정적인 메소드

public static CrashGuard_OnCrash ( CrashedEventArgs e ) : void
e Server.CrashedEventArgs
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void