C# Класс mRemoteNG.Config.Putty.PuttySessionsXmingProvider

Наследование: AbstractPuttySessionsProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSession ( string sessionName ) : PuttySessionInfo
GetSessionNames ( bool raw = false ) : string[]
StartWatcher ( ) : void
StopWatcher ( ) : void

Приватные методы

Метод Описание
GetPuttyConfPath ( ) : string
GetRegistrySessionName ( string sessionName ) : string
GetSessionsFolderPath ( ) : string
ModifyRegistrySessionInfo ( PuttySessionInfo sessionInfo ) : PuttySessionInfo
OnFileSystemEventArrived ( object sender, FileSystemEventArgs e ) : void
OnRegistrySessionChanged ( object sender, PuttySessionChangedEventArgs e ) : void

Описание методов

GetSession() публичный Метод

public GetSession ( string sessionName ) : PuttySessionInfo
sessionName string
Результат mRemoteNG.Connection.PuttySessionInfo

GetSessionNames() публичный Метод

public GetSessionNames ( bool raw = false ) : string[]
raw bool
Результат string[]

StartWatcher() публичный Метод

public StartWatcher ( ) : void
Результат void

StopWatcher() публичный Метод

public StopWatcher ( ) : void
Результат void