C# Class CsDebugScript.UI.InteractiveWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: southpolenator/WinDbgCs Class Usage Examples

Méthodes publiques

Méthode Description
InteractiveWindow ( ) : System

Initializes a new instance of the InteractiveWindow class.

ShowModalWindow ( ) : void

Shows the window as modal dialog.

ShowWindow ( ) : void

Shows the window.

Private Methods

Méthode Description
AddSpacing ( FrameworkElement element ) : void
AddSpacing ( UIElement uiElement ) : void
CreateCSharpCode ( string code ) : UIElement
CreateDbgCode ( string text ) : UIElement
CreateTextOutput ( string textOutput, bool error = false ) : UIElement
ExecuteInSTA ( System.Action action, bool waitForExecution = true ) : void
TextEditor_CloseRequested ( ) : void
TextEditor_CommandExecuted ( bool csharpCode, string textOutput, IEnumerable objectsOutput ) : void
TextEditor_CommandFailed ( bool csharpCode, string textOutput, string errorOutput ) : void
TextEditor_Executing ( bool started ) : void
TextEditor_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

InteractiveWindow() public méthode

Initializes a new instance of the InteractiveWindow class.
public InteractiveWindow ( ) : System
Résultat System

ShowModalWindow() public static méthode

Shows the window as modal dialog.
public static ShowModalWindow ( ) : void
Résultat void

ShowWindow() public static méthode

Shows the window.
public static ShowWindow ( ) : void
Résultat void