C# Class CsDebugScript.UI.InteractiveWindow

Inheritance: System.Windows.Window
Exibir arquivo Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method 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

Method 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 method

Initializes a new instance of the InteractiveWindow class.
public InteractiveWindow ( ) : System
return System

ShowModalWindow() public static method

Shows the window as modal dialog.
public static ShowModalWindow ( ) : void
return void

ShowWindow() public static method

Shows the window.
public static ShowWindow ( ) : void
return void