C# Class mRemoteNG.Config.Putty.PuttySessionsXmingProvider

Inheritance: AbstractPuttySessionsProvider
Mostra file Open project: mRemoteNG/mRemoteNG

Public Methods

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

Private Methods

Method 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 method

public GetSession ( string sessionName ) : PuttySessionInfo
sessionName string
return mRemoteNG.Connection.PuttySessionInfo

GetSessionNames() public method

public GetSessionNames ( bool raw = false ) : string[]
raw bool
return string[]

StartWatcher() public method

public StartWatcher ( ) : void
return void

StopWatcher() public method

public StopWatcher ( ) : void
return void