C# Class SDE.WPF.DebuggerDialog

This window runs in the background and shows any catched exceptions if it's activated. Interaction logic for DebuggerDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Méthodes publiques

Méthode Description
DebuggerDialog ( bool isMain = true ) : System
Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
Update ( DebuggerParameters parameters ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
_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

Method Details

DebuggerDialog() public méthode

public DebuggerDialog ( bool isMain = true ) : System
isMain bool
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

Update() public méthode

public Update ( System.DateTime now, Exception exception, StackTrace st, string message ) : void
now System.DateTime
exception System.Exception
st System.Diagnostics.StackTrace
message string
Résultat void

Update() public méthode

public Update ( DebuggerParameters parameters ) : void
parameters DebuggerParameters
Résultat void