C# Class mRemoteNG.Config.Putty.PuttySessionsXmingProvider

Inheritance: AbstractPuttySessionsProvider
Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Méthode Description
GetSession ( string sessionName ) : PuttySessionInfo
GetSessionNames ( bool raw = false ) : string[]
StartWatcher ( ) : void
StopWatcher ( ) : void

Private Methods

Méthode Description
GetPuttyConfPath ( ) : string
GetRegistrySessionName ( string sessionName ) : string
GetSessionsFolderPath ( ) : string
ModifyRegistrySessionInfo ( PuttySessionInfo sessionInfo ) : PuttySessionInfo
OnFileSystemEventArrived ( object sender, FileSystemEventArgs e ) : void
OnRegistrySessionChanged ( object sender, PuttySessionChangedEventArgs e ) : void

Method Details

GetSession() public méthode

public GetSession ( string sessionName ) : PuttySessionInfo
sessionName string
Résultat mRemoteNG.Connection.PuttySessionInfo

GetSessionNames() public méthode

public GetSessionNames ( bool raw = false ) : string[]
raw bool
Résultat string[]

StartWatcher() public méthode

public StartWatcher ( ) : void
Résultat void

StopWatcher() public méthode

public StopWatcher ( ) : void
Résultat void