C# Class CsDebugScript.VS.VSInteractiveWindowControl

Interaction logic for VSInteractiveWindowControl.
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method Description
VSInteractiveWindowControl ( ) : System.Collections.Generic

Initializes a new instance of the VSInteractiveWindowControl class.

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
MakeEnabled ( bool enabled ) : 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
button1_Click ( object sender, RoutedEventArgs e ) : void

Method Details

VSInteractiveWindowControl() public method

Initializes a new instance of the VSInteractiveWindowControl class.
public VSInteractiveWindowControl ( ) : System.Collections.Generic
return System.Collections.Generic