C# Class GitUI.UserControls.EditboxBasedConsoleOutputControl

Uses an edit box and process output streams redirection.
Inheritance: GitUI.UserControls.ConsoleOutputControl
Afficher le fichier Open project: JetBrains/gitextensions

Méthodes publiques

Méthode Description
AppendMessageFreeThreaded ( string text ) : void
EditboxBasedConsoleOutputControl ( ) : System
KillProcess ( ) : void
Reset ( ) : void
StartProcess ( string command, string arguments, string workdir ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AppendMessage ( [ text ) : void

Method Details

AppendMessageFreeThreaded() public méthode

public AppendMessageFreeThreaded ( string text ) : void
text string
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EditboxBasedConsoleOutputControl() public méthode

public EditboxBasedConsoleOutputControl ( ) : System
Résultat System

KillProcess() public méthode

public KillProcess ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

StartProcess() public méthode

public StartProcess ( string command, string arguments, string workdir ) : void
command string
arguments string
workdir string
Résultat void