C# 클래스 CsDebugScript.VS.VSInteractiveWindowControl

Interaction logic for VSInteractiveWindowControl.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
VSInteractiveWindowControl ( ) : System.Collections.Generic

Initializes a new instance of the VSInteractiveWindowControl class.

비공개 메소드들

메소드 설명
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

메소드 상세

VSInteractiveWindowControl() 공개 메소드

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