C# Class VSNDK.Tasks.SSHDelete

Inheritance: TrackedVCToolTask
Mostra file Open project: blackberry/VSPlugin

Protected Properties

Property Type Description
switchOrderList System.Collections.ArrayList

Public Methods

Method Description
SSHDelete ( ) : System

SSHDelete Constructor

Protected Methods

Method 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 method

Return the command line string
protected GenerateCommandLineCommands ( ) : string
return string

GenerateResponseFileCommands() protected method

Function to generate the response file commands string
protected GenerateResponseFileCommands ( ) : string
return string

GetResponseFileSwitch() protected method

Return the Response File Switch string
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string
return string

SSHDelete() public method

SSHDelete Constructor
public SSHDelete ( ) : System
return System

Property Details

switchOrderList protected_oe property

protected ArrayList,System.Collections switchOrderList
return System.Collections.ArrayList