C# Class mRemoteNG.Config.Putty.PuttySessionsRegistryProvider

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
OnManagementEventArrived ( object sender, System.Management.EventArrivedEventArgs 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