C# Class SuperPutty.Scp.PscpBrowserPanel

Inheritance: ToolWindowDocument
Afficher le fichier Open project: sepich/superputty Class Usage Examples

Méthodes publiques

Méthode Description
PscpBrowserPanel ( ) : System
PscpBrowserPanel ( SessionData session, PscpOptions options ) : System
PscpBrowserPanel ( SessionData session, PscpOptions options, string localStartingDir ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

PscpBrowserPanel() public méthode

public PscpBrowserPanel ( ) : System
Résultat System

PscpBrowserPanel() public méthode

public PscpBrowserPanel ( SessionData session, PscpOptions options ) : System
session SuperPutty.Data.SessionData
options PscpOptions
Résultat System

PscpBrowserPanel() public méthode

public PscpBrowserPanel ( SessionData session, PscpOptions options, string localStartingDir ) : System
session SuperPutty.Data.SessionData
options PscpOptions
localStartingDir string
Résultat System