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

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

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

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

Private Properties

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

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

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

BBDeploy Constructor

Decrypt ( string cipher ) : string

Decrypts a given string.

Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.

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

Метод Описание
GenerateCommandLineCommands ( ) : string

Helper function to generte the command line argument string.

GenerateFullPathToTool ( ) : string

Function to return the full path to the tool.

GenerateResponseFileCommands ( ) : string

Helper function to generate response file string

GetResponseFileSwitch ( string responseFilePath ) : string

Helper function to return Response File Switch

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

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

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

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

Decrypts a given string.
Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.
If /// is a null reference.
public Decrypt ( string cipher ) : string
cipher string A base64 encoded string that was created /// through the or /// extension methods.
Результат string

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

Helper function to generte the command line argument string.
protected GenerateCommandLineCommands ( ) : string
Результат string

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

Function to return the full path to the tool.
protected GenerateFullPathToTool ( ) : string
Результат string

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

Helper function to generate response file string
protected GenerateResponseFileCommands ( ) : string
Результат string

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

Helper function to return Response File Switch
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string Path to response file.
Результат string

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

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

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