C# 클래스 GitUI.FormRemoteProcess

Form that handles Plink exceptions
상속: FormProcess
파일 보기 프로젝트 열기: gitextensions/gitextensions 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Module GitCommands.GitModule

공개 메소드들

메소드 설명
AskForCacheHostkey ( IWin32Window owner, GitModule module, string remoteUrl ) : bool
FormRemoteProcess ( GitModule module, string arguments ) : System
FormRemoteProcess ( GitModule module, string process, string arguments ) : System
SetUrlTryingToConnect ( string url ) : void

When cloning a remote using putty, sometimes an error occurs that the fingerprint is not known. This is fixed by trying to connect from the command line, and choose yes when asked for storing the fingerpring. Just a dirty fix...

ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool

보호된 메소드들

메소드 설명
BeforeProcessStart ( ) : void
DataReceived ( object sender, TextEventArgs e ) : void
FormRemoteProcess ( ) : System
HandleOnExit ( bool &isError ) : bool

메소드 상세

AskForCacheHostkey() 공개 정적인 메소드

public static AskForCacheHostkey ( IWin32Window owner, GitModule module, string remoteUrl ) : bool
owner IWin32Window
module GitCommands.GitModule
remoteUrl string
리턴 bool

BeforeProcessStart() 보호된 메소드

protected BeforeProcessStart ( ) : void
리턴 void

DataReceived() 보호된 메소드

protected DataReceived ( object sender, TextEventArgs e ) : void
sender object
e TextEventArgs
리턴 void

FormRemoteProcess() 보호된 메소드

protected FormRemoteProcess ( ) : System
리턴 System

FormRemoteProcess() 공개 메소드

public FormRemoteProcess ( GitModule module, string arguments ) : System
module GitCommands.GitModule
arguments string
리턴 System

FormRemoteProcess() 공개 메소드

public FormRemoteProcess ( GitModule module, string process, string arguments ) : System
module GitCommands.GitModule
process string
arguments string
리턴 System

HandleOnExit() 보호된 메소드

protected HandleOnExit ( bool &isError ) : bool
isError bool
리턴 bool

SetUrlTryingToConnect() 공개 메소드

When cloning a remote using putty, sometimes an error occurs that the fingerprint is not known. This is fixed by trying to connect from the command line, and choose yes when asked for storing the fingerpring. Just a dirty fix...
public SetUrlTryingToConnect ( string url ) : void
url string
리턴 void

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
owner GitUI.GitModuleForm
arguments string
리턴 bool

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool
owner IWin32Window
module GitCommands.GitModule
arguments string
리턴 bool

프로퍼티 상세

Module 보호되어 있는 프로퍼티

protected GitModule,GitCommands Module
리턴 GitCommands.GitModule