프로퍼티 | 타입 | 설명 | |
---|---|---|---|
WorkingDirectory | string |
메소드 | 설명 | |
---|---|---|
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, |
||
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, |
||
ShowDialog ( IWin32Window owner, |
||
ShowDialog ( IWin32Window owner, |
||
ShowDialog ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : bool | ||
ShowModeless ( GitUI.GitModuleForm owner, string arguments ) : |
||
ShowModeless ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DataReceivedCore ( object sender, GitUI.UserControls.TextEventArgs e ) : void | ||
InitializeComponent ( ) : void | ||
OnExit ( int exitcode ) : void | ||
processAbort ( |
||
processStart ( |
protected DataReceived ( object sender, GitUI.UserControls.TextEventArgs e ) : void | ||
sender | object | |
e | GitUI.UserControls.TextEventArgs | |
리턴 | void |
protected FormProcess ( string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : System | ||
process | string | |
arguments | string | |
aWorkingDirectory | string | |
input | string | |
useDialogSettings | bool | |
리턴 | System |
protected HandleOnExit ( bool &isError ) : bool | ||
isError | bool | if command finished with error |
리턴 | bool |
public static IsOperationAborted ( string dialogResult ) : bool | ||
dialogResult | string | |
리턴 | bool |
public static ReadDialog ( GitUI.GitModuleForm owner, string arguments ) : string | ||
owner | GitUI.GitModuleForm | |
arguments | string | |
리턴 | string |
public static ReadDialog ( IWin32Window owner, string process, string arguments, |
||
owner | IWin32Window | |
process | string | |
arguments | string | |
module | ||
input | string | |
useDialogSettings | bool | |
리턴 | string |
public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool | ||
owner | GitUI.GitModuleForm | |
arguments | string | |
리턴 | bool |
public static ShowDialog ( GitUI.GitModuleForm owner, string arguments, bool useDialogSettings ) : bool | ||
owner | GitUI.GitModuleForm | |
arguments | string | |
useDialogSettings | bool | |
리턴 | bool |
public static ShowDialog ( GitUI.GitModuleForm owner, string process, string arguments ) : bool | ||
owner | GitUI.GitModuleForm | |
process | string | |
arguments | string | |
리턴 | bool |
public static ShowDialog ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
arguments | string | |
리턴 | bool |
public static ShowDialog ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
arguments | string | |
useDialogSettings | bool | |
리턴 | bool |
public static ShowDialog ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
process | string | |
arguments | string | |
리턴 | bool |
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 | |
리턴 | bool |
public static ShowModeless ( GitUI.GitModuleForm owner, string arguments ) : |
||
owner | GitUI.GitModuleForm | |
arguments | string | |
리턴 |
public static ShowModeless ( IWin32Window owner, string process, string arguments, string aWorkingDirectory, string input, bool useDialogSettings ) : |
||
owner | IWin32Window | |
process | string | |
arguments | string | |
aWorkingDirectory | string | |
input | string | |
useDialogSettings | bool | |
리턴 |