C# 클래스 SDE.WPF.DebuggerDialog

This window runs in the background and shows any catched exceptions if it's activated. Interaction logic for DebuggerDialog.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE 1 사용 예제들

공개 메소드들

메소드 설명
DebuggerDialog ( bool isMain = true ) : System
Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
Update ( DebuggerParameters parameters ) : void

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
_backgroundWindowOwnership ( ) : void
_buttonCopy_Click ( object sender, RoutedEventArgs e ) : void
_buttonTerminate_Click ( object sender, RoutedEventArgs e ) : void
_loaded ( object sender, RoutedEventArgs e ) : void
_removeNamespaces ( MethodBase method ) : string

메소드 상세

DebuggerDialog() 공개 메소드

public DebuggerDialog ( bool isMain = true ) : System
isMain bool
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

Update() 공개 메소드

public Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
now System.DateTime
exception System.Exception
st System.Diagnostics.StackTrace
message string
리턴 void

Update() 공개 메소드

public Update ( DebuggerParameters parameters ) : void
parameters DebuggerParameters
리턴 void