C# 클래스 mRemoteNG.Config.Putty.PuttySessionsXmingProvider

상속: AbstractPuttySessionsProvider
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
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