C# Class mRemoteNG.Config.Putty.PuttySessionsRegistryProvider

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