C# 클래스 SecureDelete.Program

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
DumpSettings ( object sender, DebugUtils.Debugger.CustomDataEventArgs e ) : void
UnhadledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void

비공개 메소드들

메소드 설명
ClearFolder ( string path ) : void
Main ( ) : void

메소드 상세

DumpSettings() 공개 정적인 메소드

public static DumpSettings ( object sender, DebugUtils.Debugger.CustomDataEventArgs e ) : void
sender object
e DebugUtils.Debugger.CustomDataEventArgs
리턴 void

UnhadledExceptionHandler() 공개 정적인 메소드

public static UnhadledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
리턴 void