C# Class GitUI.FormProcess

Inheritance: FormStatus
Afficher le fichier Open project: JetBrains/gitextensions Class Usage Examples

Méthodes publiques

Свойство Type Description
WorkingDirectory string

Méthodes publiques

Méthode Description
AppendOutputLine ( string line ) : void

Appends a line of text (CRLF added automatically) both to the logged output (FormStatus.GetOutputString) and to the display console control.

IsOperationAborted ( string dialogResult ) : bool
ReadDialog ( GitUI.GitModuleForm owner, string arguments ) : string
ReadDialog ( IWin32Window owner, string process, string arguments, GitModule module, string input, bool useDialogSettings ) : string
ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
ShowDialog ( GitUI.GitModuleForm owner, string arguments, bool useDialogSettings ) : bool
ShowDialog ( GitUI.GitModuleForm owner, string process, string arguments ) : bool
ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool
ShowDialog ( IWin32Window owner, GitModule module, string arguments, bool useDialogSettings ) : bool
ShowDialog ( IWin32Window owner, GitModule module, string process, string arguments ) : bool
ShowDialog ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : bool
ShowModeless ( GitUI.GitModuleForm owner, string arguments ) : FormProcess
ShowModeless ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : FormProcess

Méthodes protégées

Méthode Description
BeforeProcessStart ( ) : void
DataReceived ( object sender, GitUI.UserControls.TextEventArgs e ) : void
FormProcess ( ) : System
FormProcess ( string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : System
HandleOnExit ( bool &isError ) : bool

KillGitCommand ( ) : void

Private Methods

Méthode Description
DataReceivedCore ( object sender, GitUI.UserControls.TextEventArgs e ) : void
InitializeComponent ( ) : void
OnExit ( int exitcode ) : void
processAbort ( FormStatus form ) : void
processStart ( FormStatus form ) : void

Method Details

AppendOutputLine() public méthode

Appends a line of text (CRLF added automatically) both to the logged output (FormStatus.GetOutputString) and to the display console control.
public AppendOutputLine ( string line ) : void
line string
Résultat void

BeforeProcessStart() protected méthode

protected BeforeProcessStart ( ) : void
Résultat void

DataReceived() protected méthode

protected DataReceived ( object sender, GitUI.UserControls.TextEventArgs e ) : void
sender object
e GitUI.UserControls.TextEventArgs
Résultat void

FormProcess() protected méthode

protected FormProcess ( ) : System
Résultat System

FormProcess() protected méthode

protected FormProcess ( string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : System
process string
arguments string
aWorkingDirectory string
input string
useDialogSettings bool
Résultat System

HandleOnExit() protected méthode

protected HandleOnExit ( bool &isError ) : bool
isError bool if command finished with error
Résultat bool

IsOperationAborted() public static méthode

public static IsOperationAborted ( string dialogResult ) : bool
dialogResult string
Résultat bool

KillGitCommand() protected méthode

protected KillGitCommand ( ) : void
Résultat void

ReadDialog() public static méthode

public static ReadDialog ( GitUI.GitModuleForm owner, string arguments ) : string
owner GitUI.GitModuleForm
arguments string
Résultat string

ReadDialog() public static méthode

public static ReadDialog ( IWin32Window owner, string process, string arguments, GitModule module, string input, bool useDialogSettings ) : string
owner IWin32Window
process string
arguments string
module GitCommands.GitModule
input string
useDialogSettings bool
Résultat string

ShowDialog() public static méthode

public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
owner GitUI.GitModuleForm
arguments string
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( GitUI.GitModuleForm owner, string arguments, bool useDialogSettings ) : bool
owner GitUI.GitModuleForm
arguments string
useDialogSettings bool
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( GitUI.GitModuleForm owner, string process, string arguments ) : bool
owner GitUI.GitModuleForm
process string
arguments string
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool
owner IWin32Window
module GitCommands.GitModule
arguments string
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( IWin32Window owner, GitModule module, string arguments, bool useDialogSettings ) : bool
owner IWin32Window
module GitCommands.GitModule
arguments string
useDialogSettings bool
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( IWin32Window owner, GitModule module, string process, string arguments ) : bool
owner IWin32Window
module GitCommands.GitModule
process string
arguments string
Résultat bool

ShowDialog() public static méthode

public static ShowDialog ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : bool
owner IWin32Window
process string
arguments string
aWorkingDirectory string
input string
useDialogSettings bool
Résultat bool

ShowModeless() public static méthode

public static ShowModeless ( GitUI.GitModuleForm owner, string arguments ) : FormProcess
owner GitUI.GitModuleForm
arguments string
Résultat FormProcess

ShowModeless() public static méthode

public static ShowModeless ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : FormProcess
owner IWin32Window
process string
arguments string
aWorkingDirectory string
input string
useDialogSettings bool
Résultat FormProcess

Property Details

WorkingDirectory public_oe property

public string WorkingDirectory
Résultat string