C# Класс GitUI.FormRemoteProcess

Form that handles Plink exceptions
Наследование: FormProcess
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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