C# 클래스 GitUI.UserControls.EditboxBasedConsoleOutputControl

Uses an edit box and process output streams redirection.
상속: GitUI.UserControls.ConsoleOutputControl
파일 보기 프로젝트 열기: JetBrains/gitextensions

공개 메소드들

메소드 설명
AppendMessageFreeThreaded ( string text ) : void
EditboxBasedConsoleOutputControl ( ) : System
KillProcess ( ) : void
Reset ( ) : void
StartProcess ( string command, string arguments, string workdir ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AppendMessage ( [ text ) : void

메소드 상세

AppendMessageFreeThreaded() 공개 메소드

public AppendMessageFreeThreaded ( string text ) : void
text string
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EditboxBasedConsoleOutputControl() 공개 메소드

public EditboxBasedConsoleOutputControl ( ) : System
리턴 System

KillProcess() 공개 메소드

public KillProcess ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

StartProcess() 공개 메소드

public StartProcess ( string command, string arguments, string workdir ) : void
command string
arguments string
workdir string
리턴 void