C# 클래스 CsDebugScript.UI.InteractiveWindow

상속: System.Windows.Window
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
InteractiveWindow ( ) : System

Initializes a new instance of the InteractiveWindow class.

ShowModalWindow ( ) : void

Shows the window as modal dialog.

ShowWindow ( ) : void

Shows the window.

비공개 메소드들

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

메소드 상세

InteractiveWindow() 공개 메소드

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

ShowModalWindow() 공개 정적인 메소드

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

ShowWindow() 공개 정적인 메소드

Shows the window.
public static ShowWindow ( ) : void
리턴 void