C# 클래스 mRemoteNG.App.Runtime

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

Private Properties

프로퍼티 타입 설명
BuildConnectionWindowContextMenu void
CreateBackupFile void
CreateRenameMenuItem System.Windows.Forms.ToolStripMenuItem
CreateScreensMenuItem System.Windows.Forms.ToolStripMenuItem
GetDefaultStartupConnectionFileName string
GoToUrl void
LoadConnectionsBGd void
PrepareTabControllerSupport void
PruneBackupFiles void
SaveConnectionsBGd void
SetConnectionWindowTitle void
ShowConnectionWindow void
cMenConnectionPanelRename_Click void
cMenConnectionPanelScreen_Click void
cMenConnectionPanelScreens_DropDownOpening void

공개 메소드들

메소드 설명
AddPanel ( string title = "", bool noTabber = false ) : Form
CreateQuickConnect ( string connectionString, ProtocolType protocol ) : ConnectionInfo
FontOverride ( Control ctlParent ) : void
GetExtAppByName ( string name ) : ExternalTool
GetStartupConnectionFileName ( ) : string
GoToBugs ( ) : void
GoToDonate ( ) : void
GoToForum ( ) : void
GoToWebsite ( ) : void
LoadConnections ( bool withDialog = false, bool update = false ) : void
LoadConnectionsAsync ( ) : void
NewConnections ( string filename ) : void
SaveConnections ( ) : void
SaveConnectionsAs ( ) : void
SaveConnectionsAsync ( ) : void

비공개 메소드들

메소드 설명
BuildConnectionWindowContextMenu ( DockContent pnlcForm ) : void
CreateBackupFile ( string fileName ) : void
CreateRenameMenuItem ( DockContent pnlcForm ) : ToolStripMenuItem
CreateScreensMenuItem ( DockContent pnlcForm ) : ToolStripMenuItem
GetDefaultStartupConnectionFileName ( ) : string
GoToUrl ( string url ) : void
LoadConnectionsBGd ( ) : void
PrepareTabControllerSupport ( bool noTabber, ConnectionWindow connectionForm ) : void
PruneBackupFiles ( string baseName ) : void
SaveConnectionsBGd ( ) : void
SetConnectionWindowTitle ( string title, ConnectionWindow connectionForm ) : void
ShowConnectionWindow ( ConnectionWindow connectionForm ) : void
cMenConnectionPanelRename_Click ( object sender, EventArgs e ) : void
cMenConnectionPanelScreen_Click ( object sender, EventArgs e ) : void
cMenConnectionPanelScreens_DropDownOpening ( object sender, EventArgs e ) : void

메소드 상세

AddPanel() 공개 정적인 메소드

public static AddPanel ( string title = "", bool noTabber = false ) : Form
title string
noTabber bool
리턴 System.Windows.Forms.Form

CreateQuickConnect() 공개 정적인 메소드

public static CreateQuickConnect ( string connectionString, ProtocolType protocol ) : ConnectionInfo
connectionString string
protocol ProtocolType
리턴 ConnectionInfo

FontOverride() 공개 정적인 메소드

public static FontOverride ( Control ctlParent ) : void
ctlParent System.Windows.Forms.Control
리턴 void

GetExtAppByName() 공개 정적인 메소드

public static GetExtAppByName ( string name ) : ExternalTool
name string
리턴 mRemoteNG.Tools.ExternalTool

GetStartupConnectionFileName() 공개 정적인 메소드

public static GetStartupConnectionFileName ( ) : string
리턴 string

GoToBugs() 공개 정적인 메소드

public static GoToBugs ( ) : void
리턴 void

GoToDonate() 공개 정적인 메소드

public static GoToDonate ( ) : void
리턴 void

GoToForum() 공개 정적인 메소드

public static GoToForum ( ) : void
리턴 void

GoToWebsite() 공개 정적인 메소드

public static GoToWebsite ( ) : void
리턴 void

LoadConnections() 공개 정적인 메소드

public static LoadConnections ( bool withDialog = false, bool update = false ) : void
withDialog bool
update bool
리턴 void

LoadConnectionsAsync() 공개 정적인 메소드

public static LoadConnectionsAsync ( ) : void
리턴 void

NewConnections() 공개 정적인 메소드

public static NewConnections ( string filename ) : void
filename string
리턴 void

SaveConnections() 공개 정적인 메소드

public static SaveConnections ( ) : void
리턴 void

SaveConnectionsAs() 공개 정적인 메소드

public static SaveConnectionsAs ( ) : void
리턴 void

SaveConnectionsAsync() 공개 정적인 메소드

public static SaveConnectionsAsync ( ) : void
리턴 void