Свойство | Type | Description | |
---|---|---|---|
AbortCallback | ProcessAbort | ||
ProcessCallback | ProcessStart |
Свойство | Type | Description | |
---|---|---|---|
ConsoleOutput | GitUI.UserControls.ConsoleOutputControl |
Méthode | Description | |
---|---|---|
AddMessage ( string text ) : void |
Adds a message to the console display control ONLY, GetOutputString will not list it.
|
|
AddMessageLine ( string text ) : void |
Adds a message line to the console display control ONLY, GetOutputString will not list it.
|
|
AppendMessageCrossThread ( string text ) : void | ||
Done ( bool isSuccess ) : void | ||
ErrorOccurred ( ) : bool | ||
FormStatus ( ) : Microsoft.WindowsAPICodePack.Taskbar | ||
FormStatus ( ProcessStart process, ProcessAbort abort ) : Microsoft.WindowsAPICodePack.Taskbar | ||
FormStatus ( bool useDialogSettings ) : Microsoft.WindowsAPICodePack.Taskbar | ||
GetOutputString ( ) : string | ||
Reset ( ) : void | ||
Retry ( ) : void | ||
SetProgress ( string text ) : void | ||
ShowDialogOnError ( ) : void | ||
ShowDialogOnError ( IWin32Window owner ) : void |
Méthode | Description | |
---|---|---|
Abort_Click ( object sender, |
||
FormStatus_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
FormStatus_Load ( object sender, |
||
KeepDialogOpen_CheckedChanged ( object sender, |
||
Ok_Click ( object sender, |
||
Start ( ) : void |
public AddMessageLine ( string text ) : void | ||
text | string | |
Résultat | void |
public AppendMessageCrossThread ( string text ) : void | ||
text | string | |
Résultat | void |
public FormStatus ( ) : Microsoft.WindowsAPICodePack.Taskbar | ||
Résultat | Microsoft.WindowsAPICodePack.Taskbar |
public FormStatus ( ProcessStart process, ProcessAbort abort ) : Microsoft.WindowsAPICodePack.Taskbar | ||
process | ProcessStart | |
abort | ProcessAbort | |
Résultat | Microsoft.WindowsAPICodePack.Taskbar |
public FormStatus ( bool useDialogSettings ) : Microsoft.WindowsAPICodePack.Taskbar | ||
useDialogSettings | bool | |
Résultat | Microsoft.WindowsAPICodePack.Taskbar |
public ShowDialogOnError ( IWin32Window owner ) : void | ||
owner | IWin32Window | |
Résultat | void |
protected ConsoleOutputControl,GitUI.UserControls ConsoleOutput | ||
Résultat | GitUI.UserControls.ConsoleOutputControl |