C# Класс VSNDK.Tasks.SSHDelete

Наследование: TrackedVCToolTask
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
switchOrderList System.Collections.ArrayList

Открытые методы

Метод Описание
SSHDelete ( ) : System

SSHDelete Constructor

Защищенные методы

Метод Описание
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

Описание методов

GenerateCommandLineCommands() защищенный Метод

Return the command line string
protected GenerateCommandLineCommands ( ) : string
Результат string

GenerateResponseFileCommands() защищенный Метод

Function to generate the response file commands string
protected GenerateResponseFileCommands ( ) : string
Результат string

GetResponseFileSwitch() защищенный Метод

Return the Response File Switch string
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string
Результат string

SSHDelete() публичный Метод

SSHDelete Constructor
public SSHDelete ( ) : System
Результат System

Описание свойств

switchOrderList защищенное свойство

protected ArrayList,System.Collections switchOrderList
Результат System.Collections.ArrayList