C# Class VSNDK.Tasks.SSHDelete

Inheritance: TrackedVCToolTask
Afficher le fichier Open project: blackberry/VSPlugin

Protected Properties

Свойство Type Description
switchOrderList System.Collections.ArrayList

Méthodes publiques

Méthode Description
SSHDelete ( ) : System

SSHDelete Constructor

Méthodes protégées

Méthode Description
GenerateCommandLineCommands ( ) : string

Return the command line string

GenerateResponseFileCommands ( ) : string

Function to generate the response file commands string

GetResponseFileSwitch ( string responseFilePath ) : string

Return the Response File Switch string

Method Details

GenerateCommandLineCommands() protected méthode

Return the command line string
protected GenerateCommandLineCommands ( ) : string
Résultat string

GenerateResponseFileCommands() protected méthode

Function to generate the response file commands string
protected GenerateResponseFileCommands ( ) : string
Résultat string

GetResponseFileSwitch() protected méthode

Return the Response File Switch string
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string
Résultat string

SSHDelete() public méthode

SSHDelete Constructor
public SSHDelete ( ) : System
Résultat System

Property Details

switchOrderList protected_oe property

protected ArrayList,System.Collections switchOrderList
Résultat System.Collections.ArrayList